#configure terminal | Enter configure mode. |
(config)#feature ntp vrf management | Enable feature on default or management VRF. By default this feature runs on management VRF.. |
(config)#ntp server 10.1.1.1 vrf management | Configure ntp server ip address. |
(config)#ntp authenticate vrf management | Enable NTP Authenticate. NTP authentication is disabled by default. |
(config)#ntp authentication-key 1234 md5 text vrf management | Configure ntp authentication key along with md5 value. |
(config)#ntp trusted-key 1234 vrf management | Configure trusted key <1-65535> |
(config)#exit | Exit from the Configure Mode. |