To improve the user experience on this site we use cookies. I agree | I disagree

How to create L2TPv3 (Pseudowire) with Cisco?

In category Routers .



Cisco conf
 
ip cef
!
pseudowire-class tun
encapsulation l2tpv3
interworking ethernet
protocol none
ip local interface GigabitEthernet0
!

interface FastEthernet2
switchport access vlan 2
switchport trunk native vlan 2
switchport mode trunk
no ip address
!

interface GigabitEthernet0
ip address 46.13.xxx.xxx 255.255.255.248
duplex auto
speed auto
no keepalive
!

interface Vlan2
no ip address
xconnect 89.24.0.78 1000 encapsulation l2tpv3 manual pw-class tun
l2tp id 4000 3000
!

 

 

To the FAQ overview