Send comments to nexus3k-docfeedback@cisco.com
-SM-158
Cisco Nexus 3000 Series NX-OS System Management Command Reference
OL-29557-04
Chapter System Management Commands
ptp announce
ptp announce
To configure the interval between Precision Time Protocol (PTP) announce messages on an interface or
the number of PTP intervals before a timeout occurs on an interface, use the ptp announce command.
To remove the interval configuration for PTP messages, use the no form of this command.
ptp announce {interval seconds | timeout count}
no ptp announce {interval seconds | timeout count}
Syntax Description
Command Default interval 1
timeout 3
Command Modes Interface configuration mode
Command History
Usage Guidelines Make sure that you have globally enabled PTP on the switch 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 announce messages on an interface:
switch# configure terminal
switch(config)# interface ethernet 1/5
switch(config-if)# ptp announce interval 1
switch(config-if)#
This example shows how to remove the interval configuration for PTP messages from an interface:
switch# configure terminal
switch(config)# interface ethernet 1/5
switch(config-if)# no ptp announce interval 1
switch(config-if)#
interval Specifies the interval between Precision Time Protocol (PTP) announce
messages on an interface.
seconds Log seconds. The range is from 0 to 4.
timeout Specifies the number of PTP intervals before a timeout occurs on an
interface.
count Timeout count. The range is from 2 to 10. Beginning in Release 7.0(3)|2(1),
the value is 2 to 4.
Release Modification
7.0(3)|2(1) The count changed to 2 to 4.
5.0(3)U2(2) This command was introduced.