7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
System Management
Edition: 01 3HE 16132 AAAB TQZZA 331
The following is a sample configuration output of NTP enabled with the ntp-server
command configured.
A:sim1>config>system>time>ntp# info
----------------------------------------------
no shutdown
ntp-server
----------------------------------------------
A:sim1>config>system>time>ntp#
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,
Nokia recommends to configure authentication and to configure known time servers
as their peers. Use the no form of the command to remove the configured peer.
Use the following CLI syntax to configure symmetric active mode.
CLI Syntax: config>system>time>ntp
peer ip-address [version version] [key-id key-id]
[prefer]
The following example shows the command usage to configure symmetric active
mode.
Example: config>system>time>ntp#
config>system>time>ntp# peer 192.168.1.1 key-id 1
config>system>time>ntp# no shutdown
The following is a sample configuration output of NTP enabled with the peer
command configured.
A:sim1>config>system>time>ntp# info
----------------------------------------------
no shutdown
peer 192.168.1.1 key-id 1
----------------------------------------------
A:sim1>config>system>time>ntp#
Server
The server command is used when the node should operate in client mode with the
NTP server specified in the address field. Use the no form of this command to
remove the server with the specified address from the configuration. Up to five NTP
servers can be configured.