09-02-2018 12:20 AM
Hi Friends.
in our network we configure DMVPN Hub and Spokes tunnel. in hub all traffic is on tunnel 1 . We want to send some traffic on tunnel 2. when I use the tunnel address of the spoke as the next hop, it dose not work.
also I set the physical interface as the next hop but so in does not work.
does the dmvpn support the pbr in multipoint interfaces?
best regards
09-04-2018 02:26 PM
Is the next hop of the spoke statically configured under NHRP or is is dynamically learned?
09-07-2018 10:19 PM
Hi
the next hop of the spoke configured statically.
best regards
09-08-2018 04:24 AM
Post the config of your hub...
09-09-2018 12:06 AM - edited 09-09-2018 12:36 AM
interface Tunnel2
ip address 10.180.180.65 255.255.255.192
no ip redirects
ip mtu 1400
ip nhrp authentication QWEKey
ip nhrp map multicast dynamic
ip nhrp map group MPLS_1 service-policy output MPLS_1_Parent
ip nhrp map group MPLS_2 service-policy output MPLS_2_Parent
ip nhrp network-id 30
ip tcp adjust-mss 1360
ip ospf network point-to-multipoint
ip ospf cost 300
qos pre-classify
tunnel source 10.172.16.9
tunnel mode gre multipoint
tunnel key 3000
-----------------------------------------------------------
ip access-list extended Antivirus_To_100
permit ip host 172.30.112.63 10.112.0.128 0.0.0.127
ip access-list extended Antivirus_To_101
permit ip host 172.30.112.63 10.112.1.128 0.0.0.127
ip access-list extended Antivirus_To_102
permit ip host 172.30.112.63 10.112.2.128 0.0.0.127
--------------------------------------------------
route-map backup_link permit 10
match ip address anti-to-100
set ip next-hop 10.180.180.66
route-map backup_link permit 20
match ip address anti-to-101
set ip next-hop 10.180.180.67
route-map backup_link permit 30
match ip address anti-to-102
set ip next-hop 10.180.180.68
----------------------------------------
int gi 0/0
descreption *** LAN ***
p policy route-map backup_link
09-09-2018 12:07 AM - edited 09-09-2018 03:38 AM
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