Sunday, May 19, 2019

Does PBR take priority over BGP (prefix-list) route maps?

For example lets just say a router has

route-map PBR_GI0/0/0 permit 20
set ip next-hop 172.16.0.1

but I want to do some testing from a machine that's on say a prefix list called TEST

and the router has:

route-map ISP_OUT permit 10
match ip address prefix-list TEST

Should that work? Because the machine matching prefix-list TEST is still going to 172.16.0.1



No comments:

Post a Comment