Cisco Systems A9014CFD Router User Manual


 
39-27
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 39 Remote Loop-Free Alternate - Fast Reroute
How to Configure Remote Loop-Free Alternate - Fast Reroute
Verification Examples for Remote LFA-FRR
Verifying Remote LFA-FRR Configuration, page 39-28
Verifying Remote LFA-FRR Configuration for EoMPLS on a GigabitEthernet Interface, page 39-30
Verifying Remote LFA-FRR Configuration for EoMPLS on an EVC Interface, page 39-32
Verifying Remote LFA-FRR Configuration on IS-IS, page 39-33
Verifying Remote LFA-FRR Configuration on ATM/IMA, page 39-33
Verifying Remote LFA-FRR Configuration on CESoPSN, page 39-34
Verifying Remote LFA-FRR Configuration on SAToP, page 39-35
Step 9
interface CEM
slot/port
Example:
Router(config)# interface CEM 0/0
Defines a CEM channel.
Step 10
no ip address
Example:
Router(config-if)# no ip address
Removes an IP address or disables IP processing.
Step 11
cem
group-number
Example:
Router(config-if)# cem 0
Defines a CEM channel.
Step 12
xconnect
ip-address
encapsulation mpls
Example:
Router(config-if-cem)# xconnect
2.2.2.2 111 encapsulation mpls
Binds an attachment circuit to a pseudowire, to configure an Any
Transport over MPLS (AToM) static pseudowire.
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.
encapsulation—Specifies the tunneling method to encapsulate
the data in the pseudowire.
mpls—Specifies Multiprotocol Label Switching (MPLS) as the
tunneling method.
Step 13
backup peer
peer-ip-address
Example:
Router(config-if-cem-xconn)# backup
peer 2.2.2.3 111
Specifies a redundant peer for a pseudowire VC.
peer-ip-address—IP address of the remote peer.
Command Purpose