Specifications

B-313
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
ptp sync interval
ptp sync interval
Specifies the interval used to send PTP sync messages.
ptp sync interval interval-value
no ptp sync interval interval-value
Syntax Description
Command Default There is no default setting.
Command Modes Interface configuration
Command History
Examples The following example shows how to configure a PTP sync interval.
Router# config t
Router(config)# interface vlan 10
Router(config-if)# ptp sync interval -4
Router(config-if)# exit
Router(config)# exit
interval Specifies an interval for sending PTP sync packets.
interval-value Specifies the interval at which the router sends sync packets. The intervals are
set using log base 2 values, as follows:
4—1 packet every 16 seconds
3—1 packet every 8 seconds
2—1 packet every 4 seconds
1—1 packet every 2 seconds
0—1 packet every second
–1—1 packet every 1/2 second, or 2 packets per second
–2—1 packet every 1/4 second, or 4 packets per second
–3—1 packet every 1/8 second, or 8 packets per second
–4—1 packet every 1/16 seconds, or 16 packets per second.
–5—1 packet every 1/32 seconds, or 32 packets per second.
–6—1 packet every 1/64 seconds, or 64 packets per second.
The recommended value is -6.
Release Modification
12.4(19)MR2 This command was introduced.
12.2(33)MRA This command was integrated into Cisco IOS Release 12.2(33)MRA.