06-18-2010 05:10 AM - edited 03-04-2019 08:49 AM
Attached is a diagram and three router configurations. I am trying to build a gre tunnel from rtr3_ospf to rtr4_ospf.
My tunnel0 on both routers are down and I can not ping the remote address 192.168.0.0/30. Any assistance and insight into why it is not working would be greatly appreciated.
Solved! Go to Solution.
06-19-2010 01:31 AM
Hello David,
>> When I remove the keepalive 10 3, the tunnel comes up. I'm still not sure what I am doing wrong.
not all IOS images or platforms support GRE keepalive you may be using a release that allows you to configure it but it does not support it.
For example in real world you cannot use the above command on a C6500/C7600 they do not support it.
you are using GNS3 so you need to check if the loaded IOS image support GRE keepalive using feature navigator
Hope to help
Giuseppe
06-18-2010 05:37 AM
Hello David,
you cannot run the same routing protocol inside and outside the tunnel
router ospf 2020
log-adjacency-changes
network 10.16.0.0 0.0.0.3 area 0
network 172.15.1.0 0.0.0.255 area 0
network 172.15.2.0 0.0.0.255 area 0
network 172.15.3.0 0.0.0.255 area 0
>>>> network 192.168.0.0 0.0.0.3 area 0
!
06-18-2010 09:15 PM
Hi Giuseppe,
I removed the network statement "network 192.168.0.0 0.0.0.3 area 0" from under the router process id, then shutdown/no shutdown the tunnel interface.
After a few seconds the tunnel interface comes back down again. When I remove the keepalive 10 3, the tunnel comes up. I'm still not sure what I am doing wrong. Thanks.
06-19-2010 01:31 AM
Hello David,
>> When I remove the keepalive 10 3, the tunnel comes up. I'm still not sure what I am doing wrong.
not all IOS images or platforms support GRE keepalive you may be using a release that allows you to configure it but it does not support it.
For example in real world you cannot use the above command on a C6500/C7600 they do not support it.
you are using GNS3 so you need to check if the loaded IOS image support GRE keepalive using feature navigator
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide