cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
382
Views
0
Helpful
3
Replies

split off one subnet from default route path

logan-7
Level 1
Level 1

I have a subnet that I need to make sure goes to a different firewall than the rest of the traffic on my network. I have both firewalls on the same 6513(core router) and need to make sure that the specific traffic from one subnet goes to the other firewall ( for internet traffic) all the time.

Would Route-maps work for this.

thanks

3 Replies 3

andrew.andy316
Level 1
Level 1

Yes a route map could work for this situation.

could you give an example

thanks

Hi Logan,

Hope the following helps.

access-list 100 permit ip 1.1.1.0 0.0.0.255 any

route-map ISP1 permit 10

match ip address 100

set ip next-hop (ISP1 GW add here)

ip local policy route-map ISP1

Review Cisco Networking products for a $25 gift card