P Commands
ptp sync interval
341
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
ptp sync interval
To configure the interval between Precision Time Protocol (PTP) synchronization messages on an
interface, use the ptp sync interval command. To remove the interval configuration for PTP messages
synchronization, use the no form of this command.
ptp sync interval seconds
no ptp sync interval seconds
Syntax Description
Defaults 2 (one packet every 4 seconds)
Command Modes Interface configuration mode (config-if)
Supported User Roles network-admin
vdc-admin
Command History
Usage Guidelines Make sure that you are in the correct virtual device context (VDC). To change the VDC, use the switchto
vdc command.
Make sure that you have globally enabled PTP on the device and configured the source IP address for
PTP communication.
This command does not require a license.
Examples This example shows how to configure the interval between PTP synchronization messages on an
interface:
switch# configure terminal
switch(config)# interface ethernet 5/1
switch(config-if)# ptp sync interval 1
switch(config-if)#
This example shows how to remove the interval configuration for PTP messages synchronization:
switch(config)# interface ethernet 5/1
switch(config-if)# no ptp sync interval 1
switch(config-if)#
seconds Log seconds. The range is from –1 to 2.
Release Modification
5.2(1) This command was introduced.