cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
299
Views
0
Helpful
2
Replies

Eigrp route distribution for DMVPN missing something obvious

Jonnyballgame34
Level 1
Level 1

Greetings-

I'm have an issue with and EIGRP configuration.  I know I'm missing something obvious but too wrapped up to see what it is.  I have a site with DMVPN tunnels back to 2 hubs, (I only care about one tunnel,100, if it works the other should).  I'm getting one network advertised to the hub, but can't see the other, and I can ping some of the devices on the second network, (the one that works), but not all.  

10.87.32.0/21  works fine advertising to hub

10.87.40.0/21  can ping some, but not all devices, no route advertisements on core

I also tried changing the summary address to 10.87.32.0/20 and that did not help, (it did show up as 32/0 on core but still had issues routing to high range on site).  Believe I also tried adding a loopback on the 10.87.40.0/21 and could see it, (as well as some other specific devices on that network), but not the network route

If anyone has a moment to look I'd appreciate it, and have attached the relevant parts of the config, (I think).  I'm hoping I'll either come up with a quick answer myself, or will just resort to banging my head against the wall......some details below, attaching relevant portions of config as well.  Thanks,

Networks 10.87.32.0/21
10.87.32.0/21

Core Lan Inteface 10.87.32.20
Core Loopback 10.87.254.213

Router LAN Interface 10.87.32.17
Router Loop back 10.87.254.204

ip route 0.0.0.0 0.0.0.0 to Provider gateway
ip route 10.87.32.0 255.255.248.0 10.87.32.20
ip route 10.87.40.0 255.255.248.0 10.87.32.20
ip route 10.87.254.213 255.255.255.255 10.87.32.20

tunnel 100 address ip address 192.168.105.47 255.255.255.0
ip summary-address eigrp 1 10.87.32.0 255.255.248.0
ip summary-address eigrp 1 10.87.40.0 255.255.248.0

2 Replies 2

Hello,

is the below from the running config ? Your Tunnel100 is 'shutdown', is that supposed to be that way ?

interface Tunnel100
description ** W. Hartford **
bandwidth 20000
ip address 192.168.105.47 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication
ip nhrp group USCNSRTVP001
ip nhrp map 192.168.105.254 205.142.167.245
ip nhrp map multicast 205.142.167.245
ip nhrp network-id 100
ip nhrp holdtime 600
ip nhrp nhs 192.168.105.254
ip nhrp shortcut
ip summary-address eigrp 1 10.87.32.0 255.255.248.0
ip summary-address eigrp 1 10.87.40.0 255.255.248.0
ip tcp adjust-mss 1360
load-interval 30
delay 100
shutdown
if-state nhrp
qos pre-classify
tunnel source GigabitEthernet0/0/0
tunnel mode gre multipoint
tunnel key 100
tunnel protection ipsec profile IPSEC-DMVPN shared

Hi,

Thanks for looking---it's right "for now", this was for a hot-cut to a new router/circuit.  The tunnel was up and working fine, I had to shut it down when I backed out the changes and copied the config after that. 

Review Cisco Networking for a $25 gift card