Broadcastclient

The broadcastclient command enables listening to NTP broadcast messages on the specified interface.

Use the following CLI syntax to enable listening to NTP broadcast messages.

config>system>time>ntp
        broadcastclient[router router-name] {interface ip-int-name} [authenticate]

Example: Command usage to enable listening to NTP broadcast messages

	 config>system>time>ntp# 
	config>system>time>ntp# broadcastclient interface int11
	config>system>time>ntp# no shutdown

Example: Configuration output

The following is a sample configuration of 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#