Cisco Nexus 7000 Series Configuration Manual page 86

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

Advertisement

Configuring an NTP Broadcast Server
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
This example shows how to configure an Ethernet interface to send NTP broadcast packets:
switch# configure terminal
switch(config)# interface ethernet6/1
switch(config-if)# ntp broadcast 192.0.2.10
Cisco Nexus 7000 Series NX-OS System Management Configuration Guide
58
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 broadcast [destination ip-address]
[key key-id] [version number]
Example:
switch(config-if)# ntp broadcast
destination 192.0.2.10
exit
Example:
switch(config-if)# exit
switch(config)#
(Optional) [no] ntp broadcastdelay delay
Example:
switch(config)# ntp broadcastdelay 100
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Purpose
Enters global configuration mode.
Enters interface configuration mode.
Enables an NTP IPv4 broadcast server on the
specified interface.
• destination ip-address—Configures the
broadcast destination IP address.
• key key-id—Configures the broadcast
authentication key number. The range is from
1 to 65535.
• version number—Configures the NTP
version. The range is from 2 to 4.
Exits interface configuration mode.
(Optional) Configures the estimated broadcast
round-trip delay in microseconds. The range is from
1 to 999999.
(Optional)
(Optional) Saves the change persistently through
reboots and restarts by copying the running
configuration to the startup configuration.
Configuring NTP

Advertisement

Table of Contents
loading

Table of Contents