2013年7月21日星期日

Policy based routing on Cisco 2911 ISR

Question:

I have setup a basic WS-C3560X-48P-S PBR config to route Http and Https out of a different interface (fa0/0/0) but for some reason http traffic is still going out of the Gi0/1 interface.

Is anyone able to see whats wrong?

Config attached minus the crypto stuff and the publics have been changed.

Answer:

There is no need to take out the route-maps with the 'no' commands.
You can just edit the existing route-maps:

route-map SDM_RMAP_1 permit 1
match ip address 101
match int gi0/1
!
route-map SDM_RMAP_2 permit 2
match ip address 101
match int fa0/0/0


Obviously there's a need for caution since the nat statements are in place and could potentially break WS-C3560V2-24PS-S Price things

没有评论:

发表评论