Configuring LDP Nonstop Forwarding with Graceful Restart: Example
The example shows how to configure LDP nonstop forwarding with graceful restart.
mpls ldp
log
graceful-restart
!
graceful-restart
graceful-restart forwarding state-holdtime 180
graceful-restart reconnect-timeout 15
interface pos0/1/0/0
!
show mpls ldp graceful-restart
show mpls ldp neighbor gr
show mpls ldp forwarding
show mpls forwarding
Related Topics
Setting Up LDP NSF Using Graceful Restart, on page 43
LDP Graceful Restart, on page 11
Phases in Graceful Restart, on page 12
Recovery with Graceful-Restart, on page 14
Configuring Label Acceptance (Inbound Filtering): Example
The example shows how to configure inbound label filtering.
mpls ldp
address-family ipv4
label remote accept from 192.168.1.1:0 for pfx_acl_2
!
!
!
Related Topics
Configuring Label Acceptance Control (Inbound Filtering), on page 46
Label Acceptance Control (Inbound Filtering), on page 15
Configuring Local Label Allocation Control: Example
The example shows how to configure local label allocation control.
mpls ldp
address-family ipv4
label local allocate for pfx_acl_1
!
!
Cisco IOS XR MPLS Configuration Guide for the Cisco CRS Router, Release 5.1.x
82
Implementing MPLS Label Distribution Protocol
Configuring LDP Nonstop Forwarding with Graceful Restart: Example