cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
419
Views
0
Helpful
1
Replies

xconnect redundancy

hi,

I am trying to implement xconnect pseudowire redundancy and it is not working. Primary connection is between R1 and R2 and this is working ok. But backup pseudowire from R1 to R3 is not working. If I try to manually switchover I get error

R1#xconnect backup force-switchover interface g0/0/1.10
%%Xconnect: manual switchover failed, AC interface Gi0/0/1.10:10 not found or not part of a redundancy group
R1#sh xcon all
Legend: XC ST=Xconnect State S1=Segment1 State S2=Segment2 State
UP=Up DN=Down AD=Admin Down IA=Inactive
SB=Standby HS=Hot Standby RV=Recovering NH=No Hardware


UP pri ac Gi0/0/1.10:10(Eth VLAN) UP l2tp 2.2.2.2:10 UP
IA sec ac Gi0/0/1.10:10(Eth VLAN) UP l2tp 3.3.3.3:110 DN

 

 

R1 (site A, producion)

int l1
ip address 1.1.1.1 255.255.255.255
!


pseudowire-class vlan-xconnect1
encapsulation l2tpv3
protocol l2tpv3 class1
ip local interface Loopback1
!


interface GigabitEthernet0/0/1.10
encapsulation dot1Q 10
xconnect 2.2.2.2 10 encapsulation l2tpv3 pw-class vlan-xconnect1
backup peer 3.3.3.3 110 pw-class vlan-xconnect1
!

 


R2 (site B, production)


int l1
ip address 2.2.2.2 255.255.255.255
!


pseudowire-class vlan-xconnect1
encapsulation l2tpv3
protocol l2tpv3 class1
ip local interface Loopback1
!


interface GigabitEthernet0/0/1.10
encapsulation dot1Q 10
xconnect 1.1.1.1 10 encapsulation l2tpv3 pw-class vlan-xconnect1

!

 

 

 

R3 (site B, backup)

int l1
ip address 3.3.3.3 255.255.255.255
!


pseudowire-class vlan-xconnect1
encapsulation l2tpv3
protocol l2tpv3 class1
ip local interface Loopback1
!


interface GigabitEthernet0/0/1.10
encapsulation dot1Q 10
xconnect 1.1.1.1 110 encapsulation l2tpv3 pw-class vlan-xconnect1

!

1 Reply 1

authentication pw mismatch ... forget it

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card