PurposeCommand or Action
(Optional)
Specifies the VLAN for the interface where PTP is
being enabled. You can enable PTP only on one VLAN
on an interface.
[no] ptp vlan vlan-id
Example:
switch(config-if)# ptp vlan 1
Step 10
The range is from 1 to 4094.
(Optional)
Displays the PTP status.
show ptp brief
Example:
switch(config-if)# show ptp brief
Step 11
(Optional)
Displays the status of the PTP port.
show ptp port interface interface
slot/port
Example:
switch(config-if)# show ptp port
interface ethernet 2/1
Step 12
(Optional)
Copies the running configuration to the startup
configuration.
copy running-config startup-config
Example:
switch(config-if)# copy
running-config startup-config
Step 13
Configuration Example
The following example shows how to configure an IP network that supports 3G HD video broadcast traffic:
switch# configure terminal
switch(config)# hardware access-list tcam region ing-ifacl 2048
switch(config)# feature nbm
switch(config)# ip multicast multipath nbm
switch(config)# nbm flow bandwidth 3000
Setting NBM Per Flow Bandwidth as 3000.
Existing NBM Per Flow Bandwidth Value (1000) will continue to be used.
Changes shall take effect after reload
switch(config)# feature ptp
switch(config)# ptp source 10.10.10.1
switch(config)# interface ethernet 1/1
switch(config-if)# ptp
switch(config-if)# ptp announce interval smpte-2059 1
switch(config-if)# ptp announce timeout smpte-2059 5
switch(config-if)# ptp delay-request minimum interval smpte-2059 -1
switch(config-if)# ptp sync interval smpte-2059 -1
switch(config-if)# ptp vlan 1
Related Documentation
Document TitleRelated Topic
Cisco IP Fabric for Media Solution videoIP fabric for media
Cisco Nexus 9000 Series NX-OS IP Fabric for Media Solution Guide, Release 7.0(3)I4(2)
18
Configuring IP Fabric for Media
Configuration Example