P Commands
ptp delay-request minimum interval
332
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
ptp delay-request minimum interval
To configure the minimum interval allowed between Precision Time Protocol (PTP) delay-request
messages when the port is in the master state, use the ptp delay-request minimum interval command.
To remove the minimum interval configuration for PTP delay-request messages, use the no form of this
command.
ptp delay-request minimum interval seconds
no ptp delay-request minimum 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 minimum interval allowed between PTP delay-request
messages:
switch# configure terminal
switch(config)# interface ethernet 5/1
switch(config-if)# ptp delay-request minimum interval 3
switch(config-if)#
This example shows how to remove the minimum interval configuration for PTP delay-request
messages:
switch(config)# interface ethernet 5/1
switch(config-if)# no ptp delay-request minimum interval 3
switch(config-if)#
seconds Log seconds. The range is from -1 to 6.
Release Modification
5.2(1) This command was introduced.