System Management
7750 SR OS Basic System Configuration Guide Page 259
Multicast
When configuring NTP the node can be configured to transmit or receive multicast packets on the
CPM MGMT port. Broadcast & Multicast messages can easily be spoofed, therefore,
authentication is strongly recommended. Multicast is used to configure the transmission of NTP
multicast messages. The no construct of this command removes the transmission of multicast
address from the configuration.
When transmitting multicast NTP messages the default address of 224.0.1.1 is used.
CLI Syntax: config>system>time>ntp
multicast[version version] [key-id key-id]
Example
: config>system>time>ntp#
config>system>time>ntp# multicast
config>system>time>ntp# no shutdown
The following example shows NTP enabled with the multicast command configured.
A:ALA-12>config>system>time# info
----------------------------------------------
server 192.168.15.221
multicast
no shutdown
----------------------------------------------
A:ALA-12>config>system>time#
Multicastclient
This command is used to configure an address to receive multicast NTP messages on the CPM
MGMT port. The no construct of this command removes the multicast client.
If multicastclient is not configured, all NTP multicast traffic will be ignored.
CLI Syntax: config>system>time>ntp
multicastclient [authenticate]
Example
: config>system>time>ntp#
config>system>time>ntp# multicastclient authenticate
config>system>time>ntp# no shutdown
The following example shows NTP enabled with the multicastclient command configured.
A:ALA-12>config>system>time# info
----------------------------------------------
server 192.168.15.221
multicastclient
no shutdown
----------------------------------------------
A:ALA-12>config>system>time##