Peer

Configuration of an NTP peer configures symmetric active mode for the configured peer. Although any system can be configured to peer with any other NTP node, it is recommended to configure authentication and to configure known time servers as their peers. The following example enables NTP and configures the peer:

Example: MD-CLI

[ex:/configure system time ntp]
A:admin@node-2# info
    admin-state enable
    peer 192.168.1.1 router-instance "Base" {
        key-id 1
    }

Example: classic CLI

config>system>time>ntp# info
----------------------------------------------
                no shutdown
                peer 192.168.1.1 key-id 1
----------------------------------------------