Administering the WMIC
Managing the System Time and Date
51
Cisco 3200 Series Wireless MIC Software Configuration Guide
Now you are ready to configure the connected peers to receive NTP broadcast packets, as described in
the next procedure. To configure the WMIC to receive NTP broadcast packets from connected peers
,
follow these steps, beginning in privileged EXEC mode:
To disable an interface from receiving NTP broadcast packets, use the
no ntp broadcast client
command
in configuration mode. To change the estimated round-trip delay to the default, use the
no ntp
broadcastdelay
command in global configuration mode.
This example shows how to configure an interface to receive NTP broadcast packets:
bridge(config)#
interface gigabitethernet0/1
bridge(config-if)#
ntp broadcast client
Command
Purpose
Step 1
configure terminal
Enters global configuration mode.
Step 2
interface
interface-id
Enters interface configuration mode, and specifies the interface to receive
NTP broadcast packets.
Step 3
ntp broadcast client
Enables the interface to receive NTP broadcast packets.
By default, no interfaces receive NTP broadcast packets.
Step 4
exit
Returns to global configuration mode.
Step 5
ntp broadcastdelay
microseconds
(Optional) Changes the estimated round-trip delay between the WMIC
and the NTP broadcast server.
The default is 3000 microseconds; the range is from 1 to 999999.
Step 6
end
Returns to privileged EXEC mode.
Step 7
show running-config
Verifies your entries.
Step 8
copy running-config startup-config
(Optional) Saves your entries in the configuration file.