erps ring <ringid> hold-off-interval

Syntax

erps ring <ringid>
        hold-off-interval <100 milliseconds>

Description

Specifies hold-off interval in units of 100 ms. If specified, a defect is not reported immediately. Instead, the hold-off timer is started. On expiration of the timer, if the defect still exists, it is reported to protection switching. The default value for hold-off timer is 0.

The no form of this command removes the configured value of the hold-off interval and sets it to the default value of 0.

Command context

config-erps-ring-<ringid>

Parameters

<ringid>

Required, specifies the ID of the ring. Range: 1-239

<100 milliseconds>

Required, specifies the hold-off interval in units of 100 ms. Default: 0.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Specify the hold-off interval:
switch(config)# erps ring 3
switch(config-erps-ring-3)# hold-off-interval 100
Remove the configured value of the hold-off interval and set it to the default value of 0:
switch(config)# erps ring 3
switch(config-erps-ring-3)# no hold-off-interval