Cisco Systems A9014CFD Router User Manual


 
34-9
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 34 MPLS Traffic Engineering - Fast Reroute Link Protection
How to Configure Traffic Engineering - Fast Reroute Link Protection
Enabling MPLS TE-FRR for IS-IS
To enable MPLS TE-FRR for IS-IS routing process, perform the steps given below:
SUMMARY STEPS
1. enable
2. configure terminal
3. router isis
4. mpls traffic-engg router-id interface-name
5. mpls traffic-engg {level-1 | level-2}
6. router isis
7. net net1
8. is-type level-1
9. fast-reroute per-prefix level-1 all
10. fast-reroute per-prefix level-2 all
11. fast-reroute remote-lfa level-1 mpls-ldp
12. fast-reroute remote-lfa level-2 mpls-ldp
13. bfd all-interfaces
14. mpls ldp sync
Step 7
rewrite ingress tag pop 1 symmetric
Example:
Router(config-if-srv)# rewrite ingress
tag pop 1 symmetric
Specifies the encapsulation adjustment to be performed on a frame
ingressing a service instance.
Step 8
xconnect
peer-ip-address vc-id
pw-class
pw-class-name
Example:
Router(config-if-srv)# xconnect
10.0.0.4 4 pw-class T41
Binds an attachment circuit to a pseudowire, and to configure an
Any Transport over MPLS (AToM) static pseudowire.
peer-ip-address—IP address of the remote provider edge (PE)
peer. The remote router ID can be any IP address, as long as it
is reachable.
vc-id—The 32-bit identifier of the virtual circuit (VC) between
the PE routers.
pw-class—Specifies the pseudowire class for advanced
configuration.
pw-class-name—Pseudowire class name.
Command Purpose