Common Configuration Tasks
Page 268 7210 SAS M, T, X, R6 Basic System Configuration Guide
     exit
A:sim1>config>system>time#
The following example in the config context shows NTP enabled with the broadcast command 
configured. At this level, the NTP broadcast commands are displayed at the end of the output after 
the router interfaces are shown.
A:sim1>config info
 
    ....
 
#--------------------------------------------------
echo "System Time NTP Configuration"
#--------------------------------------------------
    system
    time
     ntp
     broadcast interface toboth
     exit
    exit
    exit
A:sim1>config
Broadcastclient
The 
broadcastclient
 command enables listening to NTP broadcast messages on the specified 
interface.
CLI Syntax: config>system>time>ntp
broadcastclient[router router-name] {interface 
ip-int-name} [authenticate]
Example
:
config>system>time>ntp# 
config>system>time>ntp# broadcastclient interface int11
config>system>time>ntp# no shutdown
The following example shows NTP enabled with the 
broadcastclient
 parameter enabled.
A:ALA-12>config>system>time# info
----------------------------------------------
     ntp
     broadcastclient interface int11
     no shutdown
     exit
     dst-zone PT
     start second sunday april 02:00
     end first sunday october 02:00
     offset 0
     exit
     zone UTC
----------------------------------------------
A:ALA-12>config>system>time#