Hello guys,
i've a little problem with my topology. I made a connection between once hub & two spokes.
My problem is that i can't dynamicaly resolve my second spoke via my nhs (the hub)
Here you can see my topology & tunnel config:
R1#
interface Tunnel1
ip address 192.168.0.1 255.255.255.0
no ip redirects
ip nhrp authentication denis
ip nhrp map multicast dynamic
ip nhrp network-id 1
tunnel source Serial1/0
tunnel mode gre multipoint
tunnel key 1234
end
R1#sh ip nhrp
192.168.0.2/32 via 192.168.0.2
Tunnel1 created 00:23:00, expire 01:36:59
Type: dynamic, Flags: unique registered used
NBMA address: 51.10.2.2
192.168.0.3/32 via 192.168.0.3
Tunnel1 created 00:09:22, expire 01:51:32
Type: dynamic, Flags: unique registered used
NBMA address: 51.10.3.3
R2#
interface Tunnel1
ip address 192.168.0.2 255.255.255.0
no ip redirects
ip nhrp authentication denis
ip nhrp map multicast dynamic
ip nhrp map 192.168.0.1 51.10.1.2
ip nhrp map multicast 51.10.1.2
ip nhrp network-id 1
ip nhrp nhs 192.168.0.1
tunnel source Serial1/0
tunnel mode gre multipoint
tunnel key 1234
end
R2#sh ip nhrp
192.168.0.1/32 via 192.168.0.1
Tunnel1 created 00:21:38, never expire
Type: static, Flags: used
NBMA address: 51.10.1.2
192.168.0.3/32 via 192.168.0.3
Tunnel1 created 00:00:14, expire 00:02:50
Type: dynamic, Flags: used temporary
NBMA address: 51.10.1.2
R3#
interface Tunnel1
ip address 192.168.0.3 255.255.255.0
no ip redirects
ip nhrp authentication denis
ip nhrp map multicast dynamic
ip nhrp map 192.168.0.1 51.10.1.2
ip nhrp map multicast 51.10.1.2
ip nhrp network-id 1
ip nhrp nhs 192.168.0.1
tunnel source Serial1/0
tunnel mode gre multipoint
tunnel key 1234
end
R3#sh ip nhrp
192.168.0.1/32 via 192.168.0.1
Tunnel1 created 00:19:41, never expire
Type: static, Flags: used
NBMA address: 51.10.1.2
192.168.0.2/32 via 192.168.0.2
Tunnel1 created 00:08:08, expire 01:59:38
Type: dynamic, Flags: router implicit used
NBMA address: 51.10.2.2
192.168.0.3/32 via 192.168.0.3
Tunnel1 created 00:00:48, expire 01:59:38
Type: dynamic, Flags: router unique local
NBMA address: 51.10.3.3
(no-socket)
Can you tell me what's wrong ?
Thank you a lot,
Denis.