fault-oam-refresh
To configure a refresh interval globally for all MPLS-TP LSPs, use the fault-oam-refresh command in MPLS-TP configuration mode. To return to the default behavior, use the no form of this command.
fault-oam-refresh interval seconds
Syntax Description
interval seconds |
Configures the interval value, in seconds, that gets refreshed for all MPLS-TP LSPs. Range is 1 to 20 seconds. The default is 20 seconds. |
Command Default
The default interval is 20 seconds.
Command Modes
MPLS-TP configuration
Command History
Release | Modification |
---|---|
Release 4.2.0 |
This command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Task ID
Task ID | Operation |
---|---|
MPLS-TE | read, write |
Examples
The following example shows how to configure the global refresh interval :
RP/0/RP0RSP0/CPU0:router:hostname# config
RP/0/RP0RSP0/CPU0:router:hostname(config)# mpls traffic-eng
RP/0/RP0RSP0/CPU0:router:hostname(config-mpls-te)# tp
RP/0/RP0RSP0/CPU0:router:hostname(config-mpls-te-tp)# fault-oam-refresh 10
RP/0/RP0RSP0/CPU0:router:hostname(config-mpls-te-tp)# commit
The following example shows how to configure the OAM refresh interval for a LSP :
RP/0/RP0RSP0/CPU0:router:hostname# config
RP/0/RP0RSP0/CPU0:router:hostname(config)# interface tunnel-tp 10
RP/0/RP0RSP0/CPU0:router:hostname(config-if)# static-lsp
RP/0/RP0RSP0/CPU0:router:hostname(config-if-slsp)# fault-oam-refresh 10
RP/0/RP0RSP0/CPU0:router:hostname(config-if-slsp-prot)# commit