Specifications

B-290
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 announce
ptp announce
Sets interval and timeout values for PTP announcement packets.
ptp announce interval interval-value timeout timeout-value
no ptp announce interval interval-value timeout timeout-value
Syntax Description
Command Default The default interval value is 1. The default timeout value is 3.
Command Modes Interface configuration
Command History
Usage Guidelines The recommended interval value is –6.
Examples The following example shows how to configure a PTP announce interval:
Router# config t
Router(config)# interface vlan 10
Router(config-if)# ptp announce interval 3
Router(config-if)# exit
Router(config)# exit
interval Specifies an interval for PTP announce messages.
interval-value Specifies the interval for PTP announce messages. 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
timeout Specifies a timeout for PTP announcement packets.
timeout-value Specifies the number of PTP announcement intervals before the session times
out. Valid values are 2–10.
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.