01-23-2020 02:49 AM
We are currenty trying to test a setup for GRE tunnels using DMVPN on a pair of 7200 routers using version 12.3(24a) acting as aggregators, a Catalyst 4948E L3 switch and an ISR 900 4G router.
When our tunnel is configured with DMVPN commands like :
interface Tunnel0
ip address 172.16.0.1 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp network-id 1
ip tcp adjust-mss 1360
tunnel source Loopback0
tunnel mode gre multipoint
it cannot get established and 172.16.0.1 is not pingable
when replaced tunnel mode gre multipoint with a physical IP address it got established.
Any thoughts?
01-23-2020 02:55 AM - edited 01-23-2020 03:03 AM
Hello
Loopbackp0 is up?
Post your configuration here.
Under normal circumstances, there are only three reasons for a GRE tunnel to be in the up/down state:
These three rules (missing route, interface down, and misrouted tunnel destination) are problems local to the router at the tunnel endpoints and do not cover problems in the intervening network or other features related to the GRE tunnel that might be configured. This document describes scenarios where other factors might influence the state of the GRE tunnel.
01-23-2020 02:59 AM
Hello and thanks for fast replying
Yes is up!
01-23-2020 03:04 AM
01-23-2020 04:12 AM
Hello,
what you have posted:
interface Tunnel0
ip address 172.16.0.1 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp network-id 1
ip tcp adjust-mss 1360
tunnel source Loopback0
tunnel mode gre multipoint
is not nearly enough for any DMVPN, not even phase one, as you have no NHRP mappings. What does your topology look like, which router is the hub, which the spoke ?
01-24-2020 07:05 AM
Thanks for your replies.
Eventually tunnel establishment didn't occur to one of the two routers due to older IOS version.
After struggling with an upgrade since they are old boxes with compact flashes, we managed to establish the targeted setup.
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