NTP-server

The ntp-server command configures the node to assume the role of an NTP server. Unless the server command is used this node functions as an NTP client only and does not distribute the time to downstream network elements. If authentication is specified in this command, the NTP server requires client packets to be authenticated based on the key received in the client request. The following example enables NTP and configures the node to assume the role of an NTP server:

Example: MD-CLI

[ex:/configure system time ntp]
A:admin@node-2# info
    admin-state enable
    ntp-server {
        authenticate true
    }

Example: classic CLI

config>system>time>ntp# info
----------------------------------------------
                ntp-server
                no shutdown
----------------------------------------------