cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1422
Views
0
Helpful
5
Replies

PBR in DMVPN Hub

atiye.bigdeli
Level 1
Level 1

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

 

5 Replies 5

Larry Sullivan
Level 3
Level 3

Is the next hop of the spoke statically configured under NHRP or is is dynamically learned? 

Hi

the next hop of the spoke configured statically.

best regards

Post the config of your hub...

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