System Management
Basic System Configuration Guide 303
The following example shows 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 ten NTP servers can be configured.
CLI Syntax: config>system>time>ntp
server ip-address [key-id key-id] [version
version] [prefer]
Example: config>system>time>ntp#
config>system>time>ntp# server 192.168.1.1 key-id 1
config>system>time>ntp# no shutdown
The following example shows NTP enabled with the server command configured.
A:sim1>config>system>time>ntp# info
----------------------------------------------
no shutdown
server 192.168.1.1 key 1
----------------------------------------------
A:sim1>config>system>time>ntp#
SNTP
SNTP is a compact, client-only version of the NTP. SNTP can only receive the time from
SNTP/NTP servers; it cannot be used to provide time services to other systems. SNTP can be
configured in either broadcast or unicast client mode.
SNTP time elements include:
• Broadcast-client
• Server-address
CLI Syntax: config>system