Trying to do a lab that connects two ethernet lans together via L2TP v3. Cisco has diddly for config examples. Does anyone have any that work?
Here is what I have so far. (shown below) Topology: pc1--lan1---fa0/0-router1-fa5/0------tunnel-----fa5/0-router2-fa0/0---lan2-- pc2 Configs: ************* router1 ************* ip cef int lo0 ip addr 192.168.254.2 255.255.255.0 l2tp-class l2tp-defaults retransmit initial retries 30 cookie size 8 pseudowire-class ether-pw encapsulation l2tpv3 protocol none ip local interface Loopback0 interface FastEthernet 0/0 xconnect 192.168.1.2 123 encapsulation l2tpv3 manual pw-class ether-pw l2tp id 222 111 l2tp cookie local 4 54321 l2tp cookie remote 4 12345 l2tp hello l2tp-defaults ************* router2 ************* ip cef int lo0 ip addr 192.168.254.3 255.255.255.0 l2tp-class l2tp-defaults retransmit initial retries 30 cookie size 8 pseudowire-class ether-pw encapsulation l2tpv3 protocol none ip local interface Loopback0 interface Ethernet 2/0 xconnect 192.168.1.1 123 encapsulation l2tpv3 manual pw-class ether-pw l2tp id 111 222 l2tp cookie local 4 12345 l2tp cookie remote 4 54321 l2tp hello l2tp-defaults Thanks, Chris Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=75255&t=75255 -------------------------------------------------- **Please support GroupStudy by purchasing from the GroupStudy Store: http://shop.groupstudy.com FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html

