cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1893
Views
15
Helpful
20
Replies

DMVPN Phase 1 Connectivity

NBenat
Level 1
Level 1

Hello Team,

I have a single hub, two spokes DMVPN Phase 1 topology but I can't get connectivity between the spokes. Any help is appreciated. Thank you in advance. The attached file shows with the spokes routing tables that they can't reach each other but the tunnels between the spokes and the hub are up and running; at least from I can see. The configs are also in the attached file.

 

2 Accepted Solutions

Accepted Solutions

then only use eigrp number not eigrp named and check.

 router eigrp GRE-OVERLAY
       !
       address-family ipv4 unicast autonomous-system 100
        !
        topology base
        exit-af-topology
        network 10.1.1.0 0.0.0.255
        network 192.168.100.0
       exit-address-family

be 

 router eigrp 100
network 10.1.1.0 0.0.0.255
network 192.168.100.0
exit-address-family


 

View solution in original post

@NBenat it worked because with named mode you specify all EIGRP configuration (including split horizon) under the router context, not on the tunnel interface. Example:

router eigrp EIGRP
!
address-family ipv4 unicast autonomous-system 5
!
af-interface <interface>
 no split-horizon

.

View solution in original post

20 Replies 20

balaji.bandi
Hall of Fame
Hall of Fame

Not sure how is your SP config looks like, is the only have a routing issue? or anything else ?

check below exact my lab looks the same :  (hope that help to fix the issue)

https://www.balajibandi.com/?p=1750

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hello Balaji.Bandi,
Thank you for your question. I enabled OSPF on all interfaces of SP
network 0.0.0.0 255.255.255.255 area 0.

Hi,

I compared your and my configurations. Unfortunately, I can't see anything obvious that could explain why I can't get spoke-to-spoke connectivity. Attached is  the full lab config including SP. Thank you.

 Becuase phaseI dmvpn only supports hub-spoke 

For spoke-spoke you need phaseII or phaseIII

Hello MHM,
Thank you for your reply
My understanding is that Phase 1 allows Spoke-to-Spoke connectivity
through the hub. Please feel free to correct me if I'm wrong.

ok, 
you mention OSPF and I see EIGRP in your config, can you more elaborate ?

Hi MHM,

Sorry for the confusion. EIGRP is for the tunnel and LANs and OSPF is for
SP.

show ip route in hub and spoke 
please share here

here are the show ip route outputs you requested.

R11 Hub Routing Table

R11_RoutingTable.JPG

R31 Spoke Routing Table

R31_RoutingTable.JPG

R41 Spoke Routing Table

R41_RoutingTable.JPG

 

no ip split-horizon eigrp 100

 replace eigrp 100 with eigrp GRE-OVERLAY in above command 

I tried it but it wouldn't take it; it wants the AS number as shown below. Thank you for trying though and I do appreciate the support. I really would like to know what the problem is.

R11_Tunnel100Int-SplitHorizon.JPG

 

then only use eigrp number not eigrp named and check.

 router eigrp GRE-OVERLAY
       !
       address-family ipv4 unicast autonomous-system 100
        !
        topology base
        exit-af-topology
        network 10.1.1.0 0.0.0.255
        network 192.168.100.0
       exit-address-family

be 

 router eigrp 100
network 10.1.1.0 0.0.0.255
network 192.168.100.0
exit-address-family


 

To be honest, I was reluctant to do it because it did take the "no split horizon" and the command was saved in the running config for the tunnel interface on the hub.

So, I replaced the EIGRP named configuration with the classic one as per your recommendation. I did it on all three routers. And it worked! I still don't understand why it fixes the problem, but at least it does. Thank you again,. If you have any idea why named EIGRP could be a problem, please share it. The screenshots below show that it is working and that the spokes can reach each other through the hub.

R31 Routing Table

R31_Working-RoutingTable.JPG

R41 Routing Table

R41_Working-RoutingTable.JPG

Spoke-Spoke (PC31 to PC 41)

PC31toPC41.JPG

Spoke-Spoke (PC41 to PC 31)

PC41toPC31.JPG

 

 

I see in each Spoke the Hub LAN subnet but not see other Spoke LAN subnet so split-horizon is issue here not eigrp nor the DMVPN, that what I think.