cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
367
Views
0
Helpful
2
Replies

pix and default routes

ajit.shah
Level 1
Level 1

We wish to have 2 default routes. One points to a gateway on the outside interface network. The other points to a gateway on another interface, but has a higher metric. If the first default route gateway is not accessible, we want the traffic to go to the gateway in the second default route. Is this possible in v6.3 or v7.x? Thanks for any help you can provide.

2 Replies 2

nkhawaja
Cisco Employee
Cisco Employee

you can try the "metric" option in the route statement,

e.g.

route outside 0.0.0.0 0.0.0.0 10.10.10.10 1

route dmz 0.0.0.0 0.0.0.0 11.11.11.11 2

see if that helps

jackko
Level 7
Level 7

just a quick comment.

pix hasn't got any feature that keeps tracking the path. in other words, the second route will only take over when the first default gateway (i.e. the router) gone down or the cable disconnected. whereas with router, it can track the entire path to the destination.

e.g.

pix <--> router1 <--> internet

pix <--> router2 <--> internet

with the topology above, since both routers are directly connected to the pix, so the interface will not go down unless the router fails or the someone plays with the cable. provding the pix interface will not go down, that means the second route will not work regardless the actual internet link availability.

one workaround is that to configure the route as well as the second route on the router, not on the pix.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card