cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

IOS-XE ISR 4K L2TPv3 and SM-X

ryan-hitch
Level 4
Level 4

I can't get L2TPv3 to work from the SM-X backplane interface on an ISR 4K (4331/4451).

The tunnel/session both show established, but no egress packets are being sent.

The same configuration works fine if I move the xconnect to a dot1q subinterface on one of the ISR 4K physical interfaces (i.e. gi0/0/1.199), but I'd rather not have to use a physical cable going from one of the router's interfaces to the SM-X interfaces...

Anyone know if this is the correct method for configuring L2TPv3 on the SM-X backplane interface?

Thanks!

 

l2tp-class L2-VLAN199-CLASS
 authentication
 password asdfasdf

!

pseudowire-class L2-VLAN199-PW
 encapsulation l2tpv3
 protocol l2tpv3 L2-VLAN199-CLASS
 ip local interface Loopback199
 ip pmtu

!

interface Ethernet-Internal1/0/0

 service instance 199 ethernet
  encapsulation dot1q 199

  rewrite ingress tag pop 1 symmetric
  xconnect 172.16.199.1 199 encapsulation l2tpv3 pw-class L2-VLAN199-PW

!

interface Loopback199

 ip address 172.17.199.1 255.255.255.255

 

Who Me Too'd this topic