12-10-2020 04:54 AM - edited 12-10-2020 04:55 AM
Hi all,
I want to know about the INTF DMVPN state.And I also want to know about this below command:
->>>>>> ip nhrp nhs x.x.x.x nbma y.y.y.y multicast
My testing for this command is :
R4#sh run int t0
Building configuration...
Current configuration : 220 bytes
!
interface Tunnel0
ip address 100.0.255.4 255.255.255.0
ip mtu 1400
ip nhrp authentication CISCO
ip nhrp network-id 1
ip nhrp nhs 100.0.255.2 nbma 10.0.26.2 multicast
ip nhrp shortcut
ip tcp adjust-mss 1360
end
--------------------------------------------------------------------------------------
R4#show dmvpn
Type:Spoke, NHRP Peers:1,
# Ent Peer NBMA Addr Peer Tunnel Add State UpDn Tm Attrb
----- --------------- --------------- ----- -------- -----
1 10.0.26.2 100.0.255.2 INTF never S
12-10-2020 05:05 AM
this tunnel need source and destination mode are multipoint to work
12-10-2020 05:23 AM
Thanks , This is my requirement . I carelessly forget to do it . After I add tunnel soure and mode gre multipoint ,DMVPN is up .
One more point that I want to know is the usage of this command :
ip nhrp nhs x.x.x.x nbma y.y.y.y multicast
With the using of this , I do not need to write some command such that :
ip nhrp map multicast x.x.x.x
ip nhrp map x.x.x.x y.y.y.y
How it is ?
12-10-2020 05:53 AM
correct you are right
ip nhrp nhs x.x.x.x nbma y.y.y.y multicast
OR
ip nhrp map multicast x.x.x.x AND ip nhrp map x.x.x.x y.y.y.y
these commands do same you can use any, i prefer second one.
12-10-2020 05:07 AM
Hello,
post the full running configs of both the hub and the spoke...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide