03-20-2023 12:55 AM
Hi there,
We have DMVPN set up with multiple spokes and a single hub. Routing is eigrp. All has worked well until we needed to add the spoke sites to our monitoring tool. A static route on the spokes was added pointing to the spoke tunnel (ip route x.x.x.x x.x.x.x tuxxx). This started a barrage of "NHRP-3-PAKERROR received error indication from [hub ip], code: administratively prohibited (4)". After going down a rabbit hole, I found that, by changing the static route to point to the tunnel ip address of the hub (ip route x.x.x.x x.x.x.x x.x.x.x), the error messages stopped. I validated the monitoring tool is polling the spoke. My question is: why would changing the static route to point to the hub tu ip address from the local tuxxx interface make a difference (ip route x.x.x.x x.x.x.x x.x.x.x vs ip route x.x.x.x x.x.x.x tuxxx)? I thought it might have something to do with the ipsec over gre?
Appreciate anyone that can enlighten me!
Kiley
Solved! Go to Solution.
03-20-2023 01:17 AM - edited 03-20-2023 02:11 AM
Hello
@Kiley wrote:
This started a barrage of "NHRP-3-PAKERROR received error indication from [hub ip], code: administratively prohibited (4)".
Ive experienced this message myself troubleshooting DMVPN on new cat8000 rtrs, it suggests its a kind of nhrp recursive routing error message, adding that static route, must have changed the routing in such a way that now the nbma addressing of the DMVPN tunnels are bring seen through the tunnel themselves,
03-20-2023 01:17 AM - edited 03-20-2023 02:11 AM
Hello
@Kiley wrote:
This started a barrage of "NHRP-3-PAKERROR received error indication from [hub ip], code: administratively prohibited (4)".
Ive experienced this message myself troubleshooting DMVPN on new cat8000 rtrs, it suggests its a kind of nhrp recursive routing error message, adding that static route, must have changed the routing in such a way that now the nbma addressing of the DMVPN tunnels are bring seen through the tunnel themselves,
03-20-2023 02:30 AM
As @paul driver have mentioned, may be related to recursive routing issue. BTW, why do you need static routing on spokes? Not possible to advertise from hub to spoke thru dynamic routing, in your case EIGRP?
03-20-2023 03:11 AM
That's the next step - the monitor tool doesn't respond when I put its host address in eigrp:
network x.x.x.0 0.0.0.255 (dmpvn network)
network x.x.x.x 0.0.0.3 (LAN to ISP link)
network x.x.x.x 0.0.0.0 (monitoring tool)
passive-interface default
no passive-interface Tunnelxxx
eigrp router-id x.x.x.x
eigrp stub connected summary
03-20-2023 04:06 AM
network x.x.x.x 0.0.0.3 (LAN to ISP link) <<- please explain this
03-20-2023 04:09 AM
That's the crypto connection between spoke and hub
03-20-2023 07:33 AM
Hub-Spoke
this config if Hub
network x.x.x.0 0.0.0.255 (dmpvn network)
network x.x.x.x 0.0.0.3 (LAN to ISP link)
network x.x.x.x 0.0.0.0 (monitoring tool) <<- this direct connect OR learn via other static or dynamic routing
passive-interface default
no passive-interface Tunnelxxx
eigrp router-id x.x.x.x
eigrp stub connected summary <<- this allow you to only advertise the Connect within the summary address you config under tunnel interface or the auto-summary.
03-20-2023 07:57 AM
Thank you guys very much! I appreciate your explanations !!!!
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