cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
359
Views
0
Helpful
1
Replies

route-map processing question and PBR

mbolce01
Level 1
Level 1

Will a match on an access-list within a route-map paragraph designated as a "deny" paragraph kick out for normal forwarding when used for policy-based routing, or will it proceed to check the next paragraph in the sequence?

For example...

ip access-list extended some-list

...

ip access-list extended some-other-list

...

route-map deny 10

match ip address some-list

! if it matches above will it kick out?

! or proceed to 'permit 20'?

route-map permit 20

match ip-address some-other-list

set "some action"

1 Reply 1

gmmehta
Level 1
Level 1

whenever 1st match is found and if you don't put any action statements, it will come out of PBR / Policy routing and follow routing table.

Review Cisco Networking for a $25 gift card