Hello
I have been configuring the EVC xconnect l2tpv3 on the following topology.
The L2TPv3 status looks OK becaut the status shows "est" but ping is not OK.
So I am thinking this condition is not support but not get any related document or prerequisite information.
I appreciate any feedback.
Best Regards,
Masanobu Hiyoshi
#####################################################################.
[topology]
192.168.1.1 .1 10.0.10.0/24 .254 .254 10.0.20.0/24 .1 192.168.1.2
Cat2960X----Trunk---Gi0/0/1--ASR1001--Gi0/0/0---------------|---------------Gi8--C891FJ--Gi0-----Trunk---Cat2960S
#####################################################################
[verification]
ASR1001#show l2tp tunnel
L2TP Tunnel Information Total tunnels 1 sessions 1
LocTunID RemTunID Remote Name State Remote Address Sessn L2TP Class/
Count VPDN Group
3347640128 357839664 C891FJ est 10.0.20.1 1 l2tp_default_class
#####################################################################
C891FJ#show l2tp tunnel
L2TP Tunnel Information Total tunnels 1 sessions 1
LocTunID RemTunID Remote Name State Remote Address Sessn L2TP Class/
Count VPDN Group
357839664 3347640128 ASR1001 est 10.0.10.1 1 l2tp_default_cl
#####################################################################
Cat2960X#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
#####################################################################
[H/W]ASR1001 - IOS-XE-Ver.3.16.1a.S (advipservices)
[ASR1001 - configuration]
hostname ASR1001
!
pseudowire-class L2TPv3
encapsulation l2tpv3
ip local interface GigabitEthernet0/0/0
!
interface GigabitEthernet0/0/0
ip address 10.0.10.1 255.255.255.0
!
interface GigabitEthernet0/0/1
no ip address
service instance 1 ethernet
encapsulation dot1q 10
rewrite ingress tag pop 1 symmetric
xconnect 10.0.20.1 100 encapsulation l2tpv3 pw-class L2TPv3
!
service instance 999 ethernet
encapsulation untagged
bridge-domain 10
!
ip route 10.0.20.0 255.255.255.0 10.0.10.254
[Cisco891FJ - configuration]
!
hostname C891FJ
!
pseudowire-class L2TPv3
encapsulation l2tpv3
ip local interface GigabitEthernet8
!
interface GigabitEthernet0
switchport trunk allowed vlan 1,10,1002-1005
switchport mode trunk
!
interface GigabitEthernet8
ip address 10.0.20.1 255.255.255.0
!
interface Vlan10
no ip address
xconnect 10.0.10.1 100 encapsulation l2tpv3 pw-class L2TPv3
!
ip route 10.0.10.0 255.255.255.0 10.0.20.254
!
end