I have to configure L2TPv3 tunnel between two ends on 2921 routers.
Can anybody tell me while configuring xconnect interface the following config will work or not?
R1
pseudowire-class test
encapsulation l2tpv3
ip local interface f0/0
!
!
interface f0/0
ip address 1.1.1.1 255.255.255.252
!
interface FastEthernet0/1
xconnect 2.2.2.2 1 encapsulation l2tpv3 pw-class test
!
R3
pseudowire-class test
encapsulation l2tpv3
ip local interface f0/0
!
!
interface f0/0
ip address 2.2.2.2 255.255.255.252
!
!
interface FastEthernet0/1.1
encapsulation dot1Q 5
xconnect 1.1.1.1 1 encapsulation l2tpv3 pw-class test
!
As i have done this config the tunnel is down. When i define xconnect on R3 on the physical interface instead of sub-interface it becomes up.
Is there any prerequisite that we require physical interfaces for xconnect on both end or same encapsulation defined in the subinterface on both ends?
Regards,
Mukesh Kumar
Network Engineer
Spooster IT Services