Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

On R1 (Hub 1)

conf t
int tu 1
ip add 192.168.1.1 /24
no ip redirect>>>>>>>>>>>>no need i think automatically
ip nhrp network-id 1
ip nhrp map multicast dynamic (on hub)
ip nhrp auth cisco
ip nhrp hold time 10 (sec)
ip nhrp resigtration timeout 3 (sec)

tunnel1 key 1
tunnel1 so fa 0/0
tunnel1 mode gre multipoint
keepalive 10 3

router eigrp 1
no suto
passive default
no passive tu1
network 192.168.1.1 0.0.0.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++

On R4

remove (ip nhrp map multicast dynamic)


int tu 1
ip add 192.168.1.4 /24
ip nhrp network-id 1
ip nhrp auth cisco
ip nhrp hold time 10 (sec)
ip nhrp resigtration timeout 3 (sec)
ip nhrp map 192.168.1.1 (destination, hub tunnel ip) 172.16.4.1 (NBMA, physical hub
ip)
ip nhrp map multicasst 172.16.4.1 (as it is not full muticast supported as it is
NBMA, so for multicast packet where to send)
ip nhrp nhs 192.168.1.1

tunnel1 key 1
tunnel1 so fa 0/0 -----------------need to check
tunnel1 mode gre multipoint
keepalive 10 3

router eigrp 1
no suto
passive default
no passive tu1
network 192.168.1.4 0.0.0.0
network 172.16.4.1 0.0.0.0

++++++++++++++++++++++++++++++++++++++++++++++++++++

On R2 (Hub R2)

conf t
int tu 2
ip add 192.168.2.1 /24
no ip redirect>>>>>>>>>>>>no need i think automatically
ip nhrp network-id 2
ip nhrp map multicast dynamic (on hub)
ip nhrp auth cisco
ip nhrp hold time 10 (sec)
ip nhrp resigtration timeout 3 (sec)

tunnel1 key 2
tunnel1 so fa 0/0
tunnel1 mode gre multipoint
keepalive 10 3

router eigrp 1
no suto
passive default
no passive tu2
network 192.168.2.1 0.0.0.0
+++++++++++++++++++++++++++++++++++++++++++++++++++

On R3

int tu 1
ip add 192.168.1.3 /24
no ip redirect
ip nhrp network-id 1
ip nhrp auth cisco
ip nhrp hold time 10 (sec)
ip nhrp resigtration timeout 3 (sec)
ip nhrp map 192.168.1.1 (destination, hub tunnel ip) 172.16.4.1 (NBMA, physical hub
ip)
ip nhrp map multicasst 172.16.4.1 (as it is not full muticast supported as it is
NBMA, so for multicast packet where to send)
ip nhrp nhs 192.168.1.1

tunnel1 key 1
tunnel1 so fa 0/0 -----------------need to check
tunnel1 mode gre multipoint
keepalive 10 3

int tu 2
ip add 192.168.2.3 /24
no ip redirect
ip nhrp network-id 2
ip nhrp auth cisco
ip nhrp hold time 10 (sec)
ip nhrp resigtration timeout 3 (sec)
ip nhrp map 192.168.2.1 (destination, hub tunnel ip) 172.16.4.5 (NBMA, physical hub
ip)
ip nhrp map multicasst 172.16.4.5 (as it is not full muticast supported as it is
NBMA, so for multicast packet where to send)
ip nhrp nhs 192.168.2.1

tunnel1 key 2
tunnel1 so fa 0/0 -----------------need to check
tunnel1 mode gre multipoint
keepalive 10 3
router eigrp 1
no suto
passive default
no passive tu2
no passive tu1
network 192.168.1.3 0.0.0.0
network 192.168.2.3 0.0.0.0
network 172.16.44.1 0.0.0.0
++++++++++++++++++++++++++++++++++++++++++++++++++++

On R5

int tu 2
ip add 192.168.2.5 /24
no ip redirect
ip nhrp network-id 2
ip nhrp auth cisco
ip nhrp hold time 10 (sec)
ip nhrp resigtration timeout 3 (sec)
ip nhrp map 192.168.2.1 (destination, hub tunnel ip) 172.16.4.5 (NBMA, physical hub
ip)
ip nhrp map multicasst 172.16.4.5 (as it is not full muticast supported as it is
NBMA, so for multicast packet where to send)
ip nhrp nhs 192.168.2.1

tunnel1 key 2
tunnel1 so fa 0/0 -----------------need to check
tunnel1 mode gre multipoint
keepalive 10 3

router eigrp 1
no suto
passive default
no passive tu2
network 192.168.2.5 0.0.0.0
network 172.16.55.1 0.0.0.0
++++++++++++++++++++++++++++++++++++++++++++++++

here on hub on tunnel interface by default split horizon will be on so n eed to


remove so that eigrp routes can be send on same interface

R1#conf t
int tu 1
no ip split hori eig 1

same on R2 tunnel 2

R2#conf t
int tu 2
no ip split hori eig 1
++++++++++++++++++++++++++++++++++++++++++

sh ip nhrp (static or dynamic)


static (on spoke we run command MAP) dynamic on hub

You might also like