[c-nsp] Configuring a Static L2TPv3 Session Xconnect between an Ethernet Interface and VLAN Subinterface

Anrey Teslenko teslenko.andrey at gmail.com
Fri Feb 5 06:29:27 EST 2010


Hi All,

I have some problem which i need to solve
I have two Cisco 1841 routers
For one of them CE i have Wan interface and ethernet interface  (customer
side)
For second of them PE i have Wan interface andvlan sub-interface  (customer
side)

I try to build xconnect over L2TPv3 tunnel between them
But i observed that session was established only  on CE side,
and not connected on PE side

What can i do that  tunnels was  working?
Can i  build  L2TPv3 Session  Xconnect  between an  Ethernet Interface and
VLAN Subinterface?

---------------------------------------
configuration on CE

l2tp-class interworking-class
!
pseudowire-class inter-L2TP-TUNNEL
 encapsulation l2tpv3
 protocol none
 ip local interface FastEthernet0/0
!
# Wan interface
interface FastEthernet0/0
 ip address 193.xxx.xxx.1 255.255.255.192
 duplex auto
 speed auto
!
# customer side interface
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 no cdp enable
 xconnect 195.xxx.xxx.2 60 encapsulation l2tpv3 manual pw-class
inter-L2TP-TUNNEL
  l2tp id 17437 31507
--------------------------------------
configuration on PE

l2tp-class interworking-class
!
pseudowire-class inter-L2TP-TUNNEL
 encapsulation l2tpv3
 protocol l2tpv3 interworking-class
 ip local interface FastEthernet0/1.264
!
# Wan interface
interface FastEthernet0/1.264
 encapsulation dot1Q 264
 ip address 195.xxx.xxx.2 255.255.255.252
!
# customer side interface
interface FastEthernet0/1.602
 encapsulation dot1Q 602
 no cdp enable
 xconnect 193.xxx.xxx.1 60 pw-class inter-L2TP-TUNNEL


More information about the cisco-nsp mailing list