cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
431
Views
0
Helpful
4
Replies

How do I apply a static route to a specific interface?

rolandshum
Level 1
Level 1

I have a default route 0.0.0.0 but I'd like some packets that come in on certain interfaces to have a different default route.

1 Accepted Solution

Accepted Solutions

acomiskey
Level 10
Level 10

If you only wanted 192.168.1.0/24 to use the specific default route on a particular interface, something like this should work.

interface FastEth...

ip policy route-map mymap

access-list 10 permit ip 192.168.1.0 0.0.0.255

route-map mymap permit 20

match ip address 10

set ip default next-hop

Wow, this seems to be a popular answer.

View solution in original post

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

Hi

You need to use Policy Based Routing for this. Attached is a white paper explaining how PBR works and what it can do. After reading this serach on Cisco site for your IOS version configuration docs and PBR will be in there.

http://www.cisco.com/en/US/products/ps6599/products_white_paper09186a00800a4409.shtml

HTH

Jon

Amit Singh
Cisco Employee
Cisco Employee

Roland,

You can use PBR and match the intresteing traffic using an ACL to have it source routed to a different next hop IP. This way your specific incmoing traffic an interface will be policy routed to a different next hop router and the other traffic which doesnot match the PBR will follow the normal defualt route.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/12cgcr/qos_c/qcpart1/qcpolicy.htm

HTH,Please rate if it does.

-amit singh

JORGE RODRIGUEZ
Level 10
Level 10

You can do this trhough PBR "Policy base routing"

http://www.cisco.com/en/US/products/ps6350/products_configuration_guide_chapter09186a0080457b9c.html

HTH

Jorge

Jorge Rodriguez

acomiskey
Level 10
Level 10

If you only wanted 192.168.1.0/24 to use the specific default route on a particular interface, something like this should work.

interface FastEth...

ip policy route-map mymap

access-list 10 permit ip 192.168.1.0 0.0.0.255

route-map mymap permit 20

match ip address 10

set ip default next-hop

Wow, this seems to be a popular answer.

Review Cisco Networking products for a $25 gift card