#configure terminal | Enter configure mode |
(config)#feature ntp vrf management | Enable feature ntp |
(config)#ntp enable vrf management | Enable ntp |
(config)#ntp master vrf management | Configure the node as NTP master |
(config)#ntp master stratum 1 vrf management | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)#ntp allow 10.12.20.6 vrf management | Configure ntp client address in the ntp allow list |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf management | Enable feature ntp. |
(config)#ntp enable vrf management | Enable ntp |
(config)#ntp server 10.12.20.5 vrf management | Configure ntp server address for the sync to happen |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)#feature ntp vrf vrf1 | Enable feature ntp |
(config)#ntp enable vrf vrf1 | Enable ntp |
(config)#ntp master vrf vrf1 | Configure the node as NTP master |
(config)#ntp master stratum 1 vrf vrf1 | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)#ntp allow 192.168.2.0 mask 255.255.255.0 vrf vrf1 | Configure ipv4 ntp client address in the ntp allow list |
(config) ntp allow 2001:: mask 64 vrf vrf1 | Configure ipv6 ntp client address in the ntp allow list |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf vrf1 | Enable feature ntp. |
(config)#ntp enable vrf vrf1 | Enable ntp |
(config)#ntp server 192.168.2.2 vrf vrf1 | Configure ntp server address for the sync to happen |
(config)#ntp server 2001::2 vrf vrf1 | |
(config)#commit | Commit the candidate configuration to the running |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf management | Enable feature ntp |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp master vrf management | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf management | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 vrf management | Configure the mask in the ntp allow list |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf management | Enable feature ntp. |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp server 10.12.20.5 vrf management | Configure ntp server address for the sync to happen |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf management | Enable feature ntp. |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp server 10.12.20.5 vrf management | Configure ntp server address for the sync to happen |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf vrf1 | Enable feature ntp |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp master vrf vrf1 | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf vrf1 | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp allow 192.168.2.0 mask 255.255.255.0 vrf vrf1 | Configure the mask in the ntp allow list for ipv4 |
(config)# ntp allow 192.168.3.0 mask 255.255.255.0 vrf vrf1 | Configure the mask in the ntp allow list for ipv4 |
(config)# ntp allow 2001:: mask 64 vrf vrf1 | Configure the mask in the ntp allow list for ipv6 |
(config)# ntp allow 5001:: mask 64 vrf vrf1 | Configure the mask in the ntp allow list for ipv6 |
(config)#commit | Commit the candidate configuration to the running |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf vrf1 | Enable feature ntp. |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp server 192.168.2.2 vrf vrf1 | Configure ipv4 ntp server address for the sync to happen |
(config)# ntp server 2001::2 vrf vrf1 | Configure ipv6 ntp server address for the sync to happen |
(config)#commit | Commit the candidate configuration to the running |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf vrf1 | Enable feature ntp. |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp server 192.168.3.2 vrf vrf1 | Configure ipv4 ntp server address for the sync to happen |
(config)# ntp server 5001::2 vrf vrf1 | Configure ipv6 ntp server address for the sync to happen |
(config)#commit | Commit the candidate configuration to the running |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf management | Enable feature ntp |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp master vrf management | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf management | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp authenticate vrf management | Configure ntp server for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 vrf management | Configure the mask in the ntp allow list |
(config)#commit | Commit the configuration |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf management | Enable feature ntp. |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp authenticate vrf management | Configure ntp client for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)# ntp server 10.12.20.5 key 65 vrf management | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf management | Enable feature ntp. |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp authenticate vrf management | Configure ntp client for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)# ntp server 10.12.20.5 key 65 vrf management | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf vrf1 | Enable feature ntp |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp master vrf vrf1 | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf vrf1 | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp authenticate vrf vrf1 | Configure ntp server for authentication |
(config)# ntp authentication-key 1 md5 cisco 7 vrf vrf1 | Configure ntp authentication key with password |
(config)# ntp trusted-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp request-key 1 vrf vrf1 | Configure request key |
(config)# ntp allow 192.168.2.0 mask 255.255.255.0 vrf vrf1 | Configure the mask in the ntp allow list for ipv4 |
(config)# ntp allow 2001:: mask 64 vrf vrf1 | Configure the mask in the ntp a6llow list for ipv6 |
(config)# ntp allow 192.168.3.0 mask 255.255.255.0 vrf vrf1 | Configure the mask in the ntp allow list for ipv4 |
(config)# ntp allow 5001:: mask 64 vrf vrf1 | Configure the mask in the ntp allow list for ipv6 |
(config)#commit | Commit the configuration |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf vrf1 | Enable feature ntp. |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp authenticate vrf vrf1 | Configure ntp client for authentication |
(config)# ntp authentication-key 1 md5 cisco vrf vrf1 | Configure ntp authentication key with password |
(config)# ntp request-key 1 vrf vrf1 | Configure request key |
(config)# ntp trusted-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp server 192.168.2.2 key 1 vrf vrf1 | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf vrf1 | Enable feature ntp. |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp authenticate vrf vrf1 | Configure ntp client for authentication |
(config)# ntp authentication-key 1 md5 cisco vrf vrf1 | Configure ntp authentication key with password |
(config)# ntp request-key 1 vrf vrf1 | Configure request key |
(config)# ntp trusted-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp server 192.168.3.2 key 1 vrf vrf1 | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf management | Enable feature ntp |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp master vrf management | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf management | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp authenticate vrf management | Configure ntp server for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 nomodify vrf management | Configure the ntp acl nomodify in the ntp allow list |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 noquery vrf management | Configure the ntp acl noquery in the ntp allow list |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 nopeer vrf management | Configure the ntp acl nopeer in the ntp allow list |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 notrap vrf management | Configure the ntp acl notrap in the ntp allow list |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 kod vrf management | Configure the ntp acl KoD in the ntp allow list |
(config)#commit | Commit the configuration |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf management | Enable feature ntp. |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp authenticate vrf management | Configure ntp client for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)# ntp server 10.12.20.5 key 65 vrf management | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf management | Enable feature ntp. |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp authenticate vrf management | Configure ntp client for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)# ntp server 10.12.20.5 key 65 vrf management | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf vrf1 | Enable feature ntp |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp master vrf vrf1 | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf vrf1 | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp authenticate vrf vrf1 | Configure ntp server for authentication |
(config)# ntp authentication-key 1 md5 cisco vrf vrf1 | Configure ntp authentication key with password |
(config)# ntp trusted-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp request-key 1 vrf vrf1 | Configure ntp request key |
(config)# ntp allow 192.168.2.0 mask 255.255.255.0 nomodify vrf vrf1 | Configure the ntp acl nomodify in the ntp allow list |
(config)# ntp allow 192.168.2.0 mask 255.255.255.0 noquery vrf vrf1 | Configure the ntp acl noquery in the ntp allow list |
(config)# ntp allow 192.168.2.0 mask 255.255.255.0 nopeer vrf vrf1 | Configure the ntp acl nopeer in the ntp allow list |
(config)# ntp allow 192.168.2.0 mask 255.255.255.0 notrap vrf vrf1 | Configure the ntp acl notrap in the ntp allow list |
(config)# ntp allow 10.12.20.6+-192.168.2.0 mask 255.255.255.0 kod vrf vrf1 | Configure the ntp acl KoD in the ntp allow list |
(config)#commit | Commit the configuration |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf vrf1 | Enable feature ntp. |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp authenticate vrf vrf1 | Configure ntp client for authentication |
(config)# ntp authentication-key 1 md5 cisco vrf vrf1 | Configure ntp authentication key with password |
(config)# ntp trusted-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp request-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp server 192.168.2.2 key 1 vrf vrf1 | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)# feature ntp vrf vrf1 | Enable feature ntp. |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp authenticate vrf vrf1 | Configure ntp client for authentication |
(config)# ntp authentication-key 1 md5 cisco vrf vrf1 | Configure ntp authentication key with password |
(config)# ntp trusted-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp request-key 1 vrf vrf1 | Configure ntp trusted key |
(config)# ntp server 192.168.3.2 key 1 vrf vrf1 | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)# exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf management | Enable feature ntp |
(config)# ntp enable vrf management | Enable ntp |
(config)# ntp master vrf management | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf management | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp authenticate vrf management | Configure ntp server for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 noserve vrf management | Configure the ntp acl noserve in the ntp allow list |
(config)#commit | Commit the configuration |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf management | Enable feature ntp. |
(config)#ntp enable vrf management | Enable ntp |
(config)#ntp authenticate vrf management | Configure ntp client for authentication |
(config)#ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)#ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)#ntp server 10.12.20.5 key 65 vrf management | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf management | Enable feature ntp. |
(config)#ntp enable vrf management | Enable ntp |
(config)#ntp authenticate vrf management | Configure ntp client for authentication |
(config)#ntp authentication-key 65 md5 test123 vrf management | Configure ntp authentication key with password |
(config)#ntp trusted-key 65 vrf management | Configure ntp trusted key |
(config)#ntp server 10.12.20.5 key 65 vrf management | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)# feature ntp vrf vrf1 | Enable feature ntp |
(config)# ntp enable vrf vrf1 | Enable ntp |
(config)# ntp master vrf vrf1 | Configure the node as NTP master |
(config)# ntp master stratum 1 vrf vrf1 | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)# ntp authenticate vrf vrf1 | Configure ntp server for authentication |
(config)# ntp authentication-key 65 md5 test123 vrf vrf1 | Configure ntp authentication key with password |
(config)# ntp trusted-key 65 vrf vrf1 | Configure ntp trusted key |
(config)# ntp allow 10.12.20.6 mask 255.255.255.0 noserve vrf vrf1 | Configure the ntp acl noserve in the ntp allow list |
(config)#commit | Commit the configuration |
(config)# exit | Exit configure mode |
#configure terminal | Enter configure mode |
(config)#feature ntp vrf vrf1 | Enable feature ntp |
(config)#ntp enable vrf vrf1 | Enable ntp |
(config)#ntp authenticate vrf vrf1 | Configure ntp client for authentication |
(config)#ntp authentication-key 65 md5 test123 vrf vrf1 | Configure ntp authentication key with password |
(config)#ntp trusted-key 65 vrf vrf1 | Configure ntp trusted key |
(config)#ntp server 10.12.20.5 key 65 vrf vrf1 | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf vrf1 | Enable feature ntp. |
(config)#ntp enable vrf vrf1 | Enable ntp |
(config)#ntp authenticate vrf vrf1 | Configure ntp client for authentication |
(config)#ntp authentication-key 65 md5 test123 vrf vrf1 | Configure ntp authentication key with password |
(config)#ntp trusted-key 65 vrf vrf1 | Configure ntp trusted key |
(config)#ntp server 10.12.20.5 key 65 vrf vrf1 | Configure ntp server address for the sync to happen with authentication key |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)#feature ntp vrf management | Enable feature ntp |
(config)#ntp enable vrf management | Enable ntp |
(config)#ntp master vrf management | Configure the node as NTP master |
(config)#ntp master stratum 1 vrf management | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)#ntp allow 10.12.20.5 vrf management | Configure the ntp client ip address in the ntp allow list |
(config)#commit | Commit the configuration |
(config)#exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf management | Enable feature ntp. |
(config)#ntp enable vrf management | Enable ntp |
(config)#ntp master vrf management | Configure the node as NTP Master |
(config)#ntp master stratum 2 vrf management | Configure the node as stratum 2 ntp master |
(config)#ntp allow 10.12.20.6 vrf management | Configure NTP client ip address in the ntp allow list |
(config)#ntp server 10.12.20.7 vrf management | Configure the stratum 1 NTP master ip address for time synchronization |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf management | Enable feature ntp. |
(config)#ntp enable vrf management | Enable ntp |
(config)#ntp server 10.12.20.5 vrf management | Configure ntp server address for the sync to happen |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode |
(config)#feature ntp vrf vrf1 | Enable feature ntp |
(config)#ntp enable vrf vrf1 | Enable ntp |
(config)#ntp master vrf vrf1 | Configure the node as NTP master |
(config)#ntp master stratum 1 vrf vrf1 | Configure the ntp stratum level as 1 indicating that it is using local clock |
(config)#ntp allow 192.168.3.0 vrf vrf1 | Configure the ntp client ip address in the ntp allow list |
(config)#commit | Commit the configuration |
(config)#exit | Exit configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf vrf1 | Enable feature ntp. |
(config)#ntp enable vrf vrf1 | Enable ntp |
(config)#ntp master vrf vrf1 | Configure the node as NTP Master |
(config)#ntp master stratum 2 vrf vrf1 | Configure the node as stratum 2 ntp master |
(config)#ntp allow 192.168.3.0 vrf vrf1 | Configure NTP client ip address in the ntp allow list |
(config)#ntp server 192.168.2.2 vrf vrf1 | Configure the stratum 1 NTP master ip address for time synchronization |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |
#configure terminal | Enter configure mode. |
(config)#feature ntp vrf vrf1 | Enable feature ntp. |
(config)#ntp enable vrf vrf1 | Enable ntp |
(config)#ntp server 192.168.3.2 vrf vrf1 | Configure ntp server address for the sync to happen |
(config)#commit | Commit the configuration |
(config)#exit | Exit Configure mode |