I have a network which is currently using a Microtik AH493 as the edge device. This uses IPTable for routing and packet manipulation, and we're using policy routing to select the appropriate outbound interface based on the source IP.

In simple form for any traffic going to the outside world:

if (source IP in (AddressList) ) then (use gateway1) else (use gateway2)

Is there any equivalent to this in Cisco IOS? We're looking at using a Cisco 1941 as a replacement, provided we can handle this feature.

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Yes, PBR is a standard feature on the Cisco Router 1900 series. I have 2 sites with 1900 series routers currently setup with PBR. Check out these articles for more info.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.