Hello guys
I am trying to create a tunnel between my LAC and LNS (refer to attached topology). What I actually want is to forward my clients PPP requests coming onto g2/0 over to the L2TP tunnel created. Now I can create the tunnel (L2TPv2 since L2TPv3 is not supported by the LNS) but I am unable to forward PPP traffic coming onto interface g2/0.
Below is my config:
l2tp-class test
hello 10
receive-window 40
retransmit retries 10
retransmit timeout min 5
retransmit initial timeout max 4
!
!
pseudowire-class wire1
encapsulation l2tpv2
protocol l2tpv2 test
ip local interface GigabitEthernet1/0
!
!
interface GigabitEthernet1/0
ip address a.a.a.a 255.255.255.248
duplex auto
speed auto
no keepalive
!
interface GigabitEthernet2/0
no ip address
duplex auto
speed auto
no keepalive
!
interface Virtual-PPP1
ip address negotiated
no keepalive
pseudowire 218.248.160.1 35 encapsulation l2tpv2 pw-class wire1