announce
To configure PTP profile announcement messages, use the announce command in PTP profile configuration or interface PTP configuration mode. To remove setting, use the no form of this command.
announce { frequency frequency | interval interval | grant-duration duration | timeout timeout } no announce
Syntax Description
frequency frequency |
Specifies multiple announce messages per second (2, 4, 8, 16, 32, 64, or 128). 4 means that four messages are sent per second. |
interval interval |
Specifies the time interval in seconds at which messages are sent. |
grant-duration duration |
Specifies the length of time permission to send unicast messages is granted. |
timeout timeout |
Specifies the number of announce intervals that PTP ports wait in the Listen state before transitioning to the Master state. |
Command Default
Defaults: frequency none, grant-duration 600, interval 2, timeout 3. Values are in seconds.
Command Modes
PTP profile configuration
Command History
Release | Modification |
---|---|
Release 6.3.2 |
This command was introduced on the Cisco NCS 540 Series Routers. |
Release 6.6.25 |
This command was introduced on the Cisco NCS 560 Series Routers. |
Usage Guidelines
The announce command used configure the global PTP configuration profile which then is associated with many interfaces. Similarly it is used in interface PTP configuration mode to set the announce message settings for a specific interface. Any values set in the interface PTP configuration mode override the settings in the PTP configuration profile associated with the interface.
The grant-duration keyword is used for the ITU-T telecommunication Profile.
Examples
The following sets the announcement interval to 8 seconds in the PTP configuration profile:
Router(config)# ptp
Router(config-ptp)# profile p1
Router(config-ptp-profile)# announce interval 8