Greetings,
Has anyone worked with l2tpv3 to create a pseudowire xconnect from a
frame T1 to a dot1q vlan?
I have the T1 CPE setup with a frame subinterface with a DLCI. On the
other end of the T1 I have the interface setup for frame encaps and
dce.
CPE:
interface Serial1
no ip address
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type cisco
!
interface Serial1.1 point-to-point
ip address 192.168.100.1 255.255.255.252
frame-relay interface-dlci 341 protocol ip 192.168.100.2
T1 router:
pseudowire-class T1_Frame_class
encapsulation l2tpv3
interworking ip
ip local interface Loopback0
interface Serial3/0/0:2
description T1
no ip address
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type cisco
frame-relay intf-type dce
connect T1_Frame Serial3/0/0:2 341 l2transport
xconnect 8.8.8.8 341 pw-class T1_Frame_class
VLAN Router:
pseudowire-class VLAN_T1Frame_class
encapsulation l2tpv3
interworking ip
ip local interface Loopback0
interface FastEthernet3/7.341
description VLAN to T1 Pseudowire
encapsulation dot1Q 341
no ip directed-broadcast
no cdp enable
xconnect 9.9.9.9 341 pw-class VLAN_T1Frame_class
End Ethernet Router:
interface 1/0
description VLAN to T1
ip add 192.168.100.2 255.255.255.252
Is there anything else I need? I am unable to get the l2tpv3 session
to come up.
Thanks,
David Bauman