Guest User

Untitled

a guest
Feb 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. R5=>R1=>R2
  2.  
  3. R5(config)#int fa0/1
  4. #ntp broadcast
  5.  
  6.  
  7. R1(config)#int fa0/0
  8. #description "connected to R5"
  9. #ip helper-address 192.168.1.255
  10.  
  11. R1(config)#ip forward-protocol udp ntp
  12.  
  13. R1(config)#int fa0/1
  14. #description "connected to R2"
  15. #ip directed-broadcast
  16.  
  17. R2(config)#int fa0/1
  18. #ip directed-broadcast
  19. #ntp broadcast client
Add Comment
Please, Sign In to add comment