cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
724
Views
0
Helpful
2
Replies

PBR problem

mtebaccount
Level 1
Level 1

Good evening everybody . I have some strange problem with PBR setup on 3825 .

Here is the part of the config :

interface GigabitEthernet0/0.X

encapsulation dot1Q X

ip address x.x.x.x

ip flow ingress

ip flow egress

ip nat inside

ip virtual-reassembly

zone-member security DMZ

ip policy route-map fbsd

!

route-map fbsd deny 5

match ip address fbsd_exc

!

route-map fbsd permit 10

match ip address fbsd1

set ip next-hop 1.1.1.2

!

route-map fbsd permit 20

match ip address fbsd2

set ip next-hop 1.1.1.3

!

And everything works fine , but after router restart i have to manually ping every next-hop from the router to make PBR work . Is there something ive missed ? Thanks in advance , Dmitriy.

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Dmitriy,

>> after router restart i have to manually ping every next-hop from the router to make PBR work

After reload the ARP cache of your router is empty and the router doesn't know the MAC address of the next-hops.

You could:

use BFD to create a communication with the next-hops (preferred)

or hardcode the MAC address

Hope to help

Giuseppe

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Dmitriy,

>> after router restart i have to manually ping every next-hop from the router to make PBR work

After reload the ARP cache of your router is empty and the router doesn't know the MAC address of the next-hops.

You could:

use BFD to create a communication with the next-hops (preferred)

or hardcode the MAC address

Hope to help

Giuseppe

Hello, Giuseppe.

Actually i can see my next-hop mac adresses in arp table after reload , so i guess there is something else .

EDIT:

Actually my mistake , this really was the arp problem . Thanks for help.

Thanks in advance. Dmitriy.