|
Posted by Charlie Root on March 6, 2006, 5:41 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>I setup a GRE tunnel between two cisco 2621 routers. They are both
> running IOS c2600-advsecurityk9-mz.123-6c.bin. When I do a show ip int
> brief they both show up/up. I can ping the tunnel address the router
By default, a tunnel will stay up as long as there is route entry to reach
destination of the tunnel. If you would like tunnel to actually reflect its
operational capability you can enable 'keepalive' command in interface
tunnel configuration.
> is on but not the far end. This is true for both routers. I can also
> ping both the source and dest. of the tunnel from both routers. So I
> know that there shouldn't be any recurvise routing problems. I have
> looked all over the cisco site trying to find some troubleshooting
> information but, I don't see anything that applies. Any help would be
> appreciated.
>
> Here is a copy of my configs:
>
[...]
> interface Dialer2
> ip address negotiated (Stays the same-Really a static)
^^^^
the problem is here - this address is not known at the time when Tunnel
interface is created or lost at during interface reset (unfortunatelly it
won't be communicated back to the tunnel interface). I have just tried to
reproduce this scenario and it was working as long as I had statically
configured IP on the interface used as source for the tunnel. As soon as I
reconfigured it to be 'ip addr nego' and got interface reset, and 'sh int
tun0' displays that source address is 0.0.0.0. And I can ping destination of
the tunnel, but tunnel is down (because I enabled keepalive). As soon as I
change ip of the wan interface back to static tunnel comes up.
So my suggestion to you would be to have some static IP as source of the
tunnel. I always try to use loopback as source of a tunnel interface.
I've put some output here -
http://citadel.nobulus.com/~ilya/notes/archives/000018.html - so that you
can compare it with what you're seeing.
Hope it helps.
Kind regards,
iLya
|