[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 08:04:56 EST 2010


Hi all,

I fix some configuration and now i have tunnel's status is established and
session's status is established,
but i am not observe the current session in this tunnel
Another words i have working tunnel and have established session on both
side, but i can't see
one site from another

(192.168.0.1/30 LAN1) --(ethernet)-- (1841) L2tp tunnel--(WAN) -- L2tp
tunnel(1841)--ethernet -- (192.168.0.1/30 LAN2)

For example
#sh l2tun (On PE)

L2TP Tunnel and Session Information Total tunnels 1 sessions 1

LocID    RemID   Remote Name   State  Remote Address  Port  *Sessions*  L2TP
Class/
                                                                VPDN Group
*56239*    32597   CPE                     est    193.xxx.xxx.1     0
* 0*        interworking-cl

LocID      RemID      TunID      Username, Intf/          State  Last Chg
Uniq ID
                                                  Vcid,
Circuit
31507      17437      *56239*      60, Fa0/1.602:602    est    00:26:51
977

What is wrong?
Help me please.

---------------------------------------
current config CE
--------------------------------------
l2tp-class interworking-class
!
pseudowire-class inter-L2TP-TUNNEL
 encapsulation l2tpv3
 protocol none
 ip local interface FastEthernet0/0
!
interface FastEthernet0/0
 ip address 193.xxx.xxx.1 255.255.255.192
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
  xconnect 195.xxx.xxx.2 60 encapsulation l2tpv3 manual pw-class
inter-L2TP-TUNNEL
  l2tp id 222 111
  l2tp hello interworking-class
----------------------------------------
current config PE
---------------------------------------
l2tp-class interworking-class
!
pseudowire-class inter-L2TP-TUNNEL
 encapsulation l2tpv3
 protocol none
 ip local interface FastEthernet0/1.264
!
interface FastEthernet0/1.264
 encapsulation dot1Q 264
 ip address 195.xxx.xxx.2 255.255.255.252
!
interface FastEthernet0/1.602
 encapsulation dot1Q 602
 no cdp enable
 xconnect 193.xxx.xxx.1 60 encapsulation l2tpv3 manual pw-class
inter-L2TP-TUNNEL
  l2tp id 111 222
  l2tp hello interworking-class



2010/2/5 Anrey Teslenko <teslenko.andrey at gmail.com>

> 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