From: Chris Larson (clarson52@comcast.net)
Date: Wed May 12 2004 - 13:15:56 GMT-3
My VistaPrint Electronic Business CardLooking at config examples it does not
appear that you would necessarily need to depend on the service provider to do
any type of L2TPv3. The config is similair to creating a gre tunnel. I have
not tried it though and am relying on how the config looks on paper. It
certainly would seem to me that as long as you can reach the routers and they
are under your admin control, you would not need the service provider at
all..
interface tunnel 0
tunnel source loop 0
tunnel destination 1.1.1.1
tunnel mode l2tp
tunnel key 1234
tunnel l2tp local-session 222
tunnel l2tp reomte-session 1111
int e0
no ip add
l2tp-tunnel tunnel 0
ROUTER 1
ROUTER 2
interface tunnel 0
tunnel source loop 0
tunnel destination 2.2.2.2
tunnel mode l2tp
tunnel key 1234
tunnel l2tp local-session 1111
tunnel l2tp reomte-session 222
int e0
no ip add
l2tp-tunnel tunnel 0
This archive was generated by hypermail 2.1.4 : Wed Jun 02 2004 - 11:12:10 GMT-3