Go Back   Velocity Reviews > Newsgroups > Cisco
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Cisco - Configuring L2TPv3 on Cisco Devices

 
Thread Tools Search this Thread
Old 05-12-2005, 08:31 PM   #1
Default Configuring L2TPv3 on Cisco Devices


Hi all

I'm trying to configure an L2TPv3 tunnel on two Cisco 7200 VXR running
IOS 12.0(31)S. My goal is to tunnel ethernet frames over an IP cloud
using the xconnect service.

However I get strange error messages telling me some configs being
incomplete. Even if I type in the configuration example Cisco provides
I don't get the whole thing running.

This is the Cisco example:
********************
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 0/0
xconnect 10.0.3.201 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

This is what I have typed:
**************************
l2tp-class l2tp-defaults
retransmit initial retries 30
cookie size 8

pseudowire-class ether-pw
encapsulation l2tpv3
protocol none
ip local interface Loopback0

Left_Router(config)#int f1/1
Left_Router(config-if)#xc 192.168.1.2 123 enc l2tpv3 man pw-class
ether-pw
Left_Router(config-if-xconn)#l2tp id 1 2
Left_Router(config-if-xconn)#l2tp cookie local 4 54321
Left_Router(config-if-xconn)#l2 coo rem 4 12345
Left_Router(config-if-xconn)#l2tp hello l2tp-defaults
Left_Router(config-if-xconn)#exit

This is what the router tells me on exit:
*****************************************
Xconnect configuration on this circuit is incomplete
Left_Router(config-if)#

And this is what's in the config afterwards: (only interface part)
********************************************
interface FastEthernet1/1
ip address 192.168.100.1 255.255.255.0
no ip directed-broadcast
duplex full
speed 100
xconnect 192.168.1.2 123 encapsulation l2tpv3 manual pw-class ether-pw
l2tp id 1 2
l2tp cookie local 4 54321
l2tp cookie remote 4 12345
l2tp hello l2tp-defaults
match protocol ipv6

>>> Does anybody know what I'm doing wrong and where the hell the

router takes the IPv6 command and if it's even possible to run L2TPv3
over IP? Keep in mind that Cisco is providing L2TPv3 quite a long time,
the RFC 3931 exists since March 2005.

Thanks a lot in advance for your help!!

Gregor



bla70bla@bluewin.ch
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco pix 501 weird problem. bluewire Hardware 2 07-20-2009 03:35 PM
Cisco 6509, SUP2, IPv6, upgrade IOS failed fabianV Hardware 0 07-06-2009 04:33 PM
Cisco 871 and NAT Beachguy General Help Related Topics 0 05-19-2009 09:03 PM
Immediate Cisco ICM Engineer Opportunity StevenFalcon Hardware 0 03-07-2007 04:17 PM
Re: Problem with USB 2.0 devices in USB 1.1 system Glenn A+ Certification 0 08-25-2005 02:15 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46