10-01-2013 08:23 AM - edited 03-07-2019 03:46 PM
Dear forum,
I have a little question about behavior of PBR in case of configured PBR without set command configured. For example:
route-map Test-match permit 10
match ip address to-particular-nets
route-map Test-match permit 20
match ip address test-PBR
set ip next-hop 192.168.0.1
On this configuration ACL "to-particular-nets" is a sub-group of "test-PBR". I want to treat this sub-group with global table.
If what I think is right, with this conf traffic matched on permit 10 is managed on global table instead traffic matched on permit 20 is sent to next hop 192.168.0.1
Is it right ?
Thank you for help
Marcello
Solved! Go to Solution.
10-01-2013 08:40 AM
Hi Marcello,
If what I think is right, with this conf traffic matched on permit 10 is managed on global table instead traffic matched on permit 20 is sent to next hop 192.168.0.1
Is it right ?
Yes, you are right. With PBR, route-map sections without set commands cause the packets to be routed using the routing table.
Best regards,
Peter
10-01-2013 08:40 AM
Hi Marcello,
If what I think is right, with this conf traffic matched on permit 10 is managed on global table instead traffic matched on permit 20 is sent to next hop 192.168.0.1
Is it right ?
Yes, you are right. With PBR, route-map sections without set commands cause the packets to be routed using the routing table.
Best regards,
Peter
10-02-2013 12:22 AM
Thank you Peter
Regards,
Marcello
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