cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
855
Views
0
Helpful
3
Replies

PBR and routing table

aviyoshi10
Level 1
Level 1

Hi all,

i need to find a solution for the following:

i have a single router with 3 wan interfaces. OSPF is the routing protocols. the 2 wan interfaces are regular interfaces versus the third which is satellite interface.

the routing table first choses WAN1 then WAN 2 and then WAN 3.

for the WAN 3 i need the router to bypass the routing table and pass the traffic to an accelerator and then to WAN 3 (the accelerator don't support wccpv2)

all traffic is the same and goes to the same destination.

i tough about using PBR but i don't know how to make pbr taking decision based on routing table status.

please advise,

Avi.

3 Replies 3

andrew.prince
Level 10
Level 10

In your PBR config you would need to call a route-map, in that route-map you have a statement to "match" what you are looking for.  This will also look into the routing table for a match.

So if you are looking for a specific route to be in the routing table for the PBR to be effective - this is the solution.

HTH>

i know i have match next hop.

1. does this next hop looks in the routing table ?

2. the next hop isn't for redistribution only ?

A next hop does not always appear in the routing table. Sometimes your next hop is referenced only by the connected interface.

What are you actually trying to do?