#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 |