Configuring An Ntp Multicast Client; Configuring Ntp On A Secondary (Non-Default) Vdc - Cisco Nexus 7000 Series Configuration Manual

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring an NTP Multicast Client

This example shows how to configure an Ethernet interface to send NTP multicast packets:
switch# configure terminal
switch(config)# interface ethernet2/2
switch(config-if)# ntp multicast FF02::1:FF0E:8C6C
Configuring an NTP Multicast Client
You can configure an NTP multicast client on an interface. The device then listens to NTP multicast messages
and discards any messages that come from an interface for which multicast is not configured.
Before You Begin
Use the switchto vdc command to switch to the desired nondefault VDC
Procedure
Step 1
Step 2
Step 3
Step 4

Configuring NTP on a Secondary (Non-Default) VDC

You can configure a non-default VDC to get a timing update from the default VDC and its clients in order to
synchronize with it.
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
60
Command or Action
configure t
Example:
switch# config t
Enter configuration commands, one per line.
End with CNTL/Z.
switch(config)#
interface type slot/port
Example:
switch(config)# interface ethernet 6/1
switch(config-if)#
[no] ntp multicast client [ipv4-address |
ipv6-address]
Example:
switch(config-if)# ntp multicast
FF02:1::FF0E:8C6C
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Configuring NTP
Purpose
Enters global configuration mode.
Enters interface configuration mode.
Enables an NTP IPv6 broadcast server on
the specified interface.
(Optional)
(Optional) Saves the change persistently
through reboots and restarts by copying the
running configuration to the startup
configuration.

Advertisement

Table of Contents
loading

Table of Contents