Specifications
B-17
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
backup delay
Router(config-if)# exit
Router(config)# exit
The following example shows an MPLS xconnect with one redundant peer. The switchover does not
begin unless the PW has been down for 3 seconds. After a switchover to the secondary VC occurs, there
is no fallback to the primary until the primary VC has been reestablished and is up for 10 seconds.
Router# config t
Router(config)# pseudowire-class mpls
Router(config-pw-class)# encapsulation mpls
Router(config-pw-class)# exit
Router(config)# interface atm1/0
Router(config-if)# xconnect 10.0.0.1 50 pw-class mpls
Router(config-if-xconn)# backup peer 10.0.0.2 50
Router(config-if-xconn)# backup delay 3 10
Router(config-if-xconn)# exit
Router(config-if)# exit
Router(config)# exit
Related Commands Command Description
backup peer Configures a redundant peer for a PW VC.