Pages

Wednesday, January 12, 2011

NTP Broadcast

NTP Broadcast

Configuration Example.
R1
interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 duplex auto
 speed auto
 ntp broadcast key 1


ntp authentication-key 1 md5 1419061B410F2F32 7
ntp authenticate


R2
interface FastEthernet0/0
 ip address 192.168.1.2 255.255.255.0
 duplex auto
 speed auto
 ntp broadcast client
 ntp broadcast key 1

ntp authentication-key 1 md5 1419061B410F2F32 7
ntp authenticate
ntp trusted-key 1



No comments:

Post a Comment