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

Mgre help into EIGRP

CiscoAmd
Level 1
Level 1

I'm having trouble with mgre configuration of a spoke using point-to-point gre and a hub router, EIGRP does not seem to work and does not show in routing table for r7 and have it ping to r12 through mgre. Note: There are other routes for Hub router at are also not working, but want to focus on int Tunnel0 for mgre. No static routes can be used, so I'm not sure why it's not working as I followed the guide from https://community.cisco.com/t5/security-knowledge-base/mgre/ta-p/3115315

R12 configuration (spoke):

Router#show run
Building configuration...

Current configuration : 3489 bytes
!
! Last configuration change at 18:04:46 UTC Wed Feb 21 2024
!
version 15.9
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no logging console
!
no aaa new-model
!
!
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
!
!
!
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback1
ip address 192.168.127.12 255.255.255.255
!
interface Loopback2
ip address 22.22.22.22 255.255.255.0
!
interface Tunnel0
ip address 192.168.5.12 255.255.255.0  //tunnel to R5 hub
tunnel source GigabitEthernet0/1
tunnel destination 172.16.30.5
!
interface Tunnel1
ip address 192.168.3.12 255.255.255.0
tunnel source GigabitEthernet0/1
tunnel destination 172.16.30.3
!
!
interface GigabitEthernet0/1
ip address 172.16.30.12 255.255.255.0
duplex auto
speed auto
media-type rj45
!
!
router eigrp 100
network 22.22.22.0 0.0.0.255
network 192.168.3.0
network 192.168.5.0  //network added from tunnel int for eigrp 100
network 192.168.127.12 0.0.0.0

 

 

R5 configuration (HUB):

R5#show run
Building configuration...

Current configuration : 4008 bytes
!
! Last configuration change at 13:04:35 CDT Wed Feb 21 2024
!
version 15.9
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
!
logging buffered 70000
no logging console
!
no aaa new-model
!
!
!
clock timezone CDT -5 0
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
!
!
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
redundancy
!
!
!
interface Loopback0
no ip address
!
interface Loopback1
ip address 192.168.127.5 255.255.255.255
!
interface Tunnel0
ip address 192.168.5.5 255.255.255.0
no ip redirects
no ip split-horizon eigrp 100
ip nhrp map 192.168.5.12 172.16.30.12 //r12 tunnel and map
ip nhrp map 192.168.5.11 172.16.30.11
ip nhrp map 192.168.5.4 172.16.30.4
ip nhrp map multicast 172.16.30.12 //r12 map
ip nhrp map multicast 172.16.30.11
ip nhrp map multicast 172.16.30.4
tunnel source GigabitEthernet0/1
tunnel mode gre multipoint 
!
interface GigabitEthernet0/0
ip address 177.7.7.5 255.255.255.192
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
ip address 172.16.30.5 255.255.255.0
duplex auto
speed auto
media-type rj45
!
!
router eigrp 100
network 177.7.7.0 0.0.0.63
network 192.168.5.0
network 192.168.127.5 0.0.0.0

R7 configuration: Only interfaces are configured and eigrp 100 only

R7#sh run
Building configuration...

Current configuration : 3237 bytes
!
! Last configuration change at 12:48:41 CDT Wed Feb 21 2024
!
version 15.9
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R7
!
boot-start-marker
boot-end-marker
!
!
logging buffered 70000
no logging console
!
no aaa new-model
!
!
!
clock timezone CDT -5 0
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
!
!
!
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
redundancy
!
!
!
interface Loopback0
no ip address
!
interface Loopback1
ip address 192.168.127.7 255.255.255.255
!
interface GigabitEthernet0/0
ip address 177.7.7.7 255.255.255.192
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/1
ip address 177.7.7.137 255.255.255.192
duplex auto
speed auto
media-type rj45
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
media-type rj45
!
router eigrp 100
network 177.7.7.0 0.0.0.63
network 177.7.7.128 0.0.0.63
network 192.168.127.7 0.0.0.0

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello @CiscoAmd ,

on hub router you should map multicast to the WAN address of the spoke not to the address on the GRE tunnel

int tunnel 0

ip nhrp map multicast 192.168.5.12 

check with

show ip eigrp neig

 

Hope to help

Giuseppe

 

 

spoke use p2p gre and hub use mgre ?
this not work you need to config p2p gre in hub 
mgre is build upon the detect of NHRP and as I see you not run the NHRP in spoke tunnel 
MHM

Review Cisco Networking for a $25 gift card