02-09-2006 12:56 PM - edited 02-21-2020 12:42 AM
Can anyone tell me why PIX's must specify interface name to route?
PIX:
route outside 0.0.0.0 0.0.0.0 203.1.1.2 1
ROUTER:
ip route 0.0.0.0 0.0.0.0 203.1.1.2
02-09-2006 02:17 PM
Hi,
I'm thinking that the reason for doing so is that it makes it easier for the PIX to do Reverse Path Forwarding (RPF) checks since it will know exactly which interface each route is being sent out of.
Hope that helps - pls rate the post if it does.
Paresh
02-09-2006 04:21 PM
You can also specify an interface instead of a gateway for a specific route in IOS. Of course, routes for directly connected networks will always be known via the interface.
---
To establish static routes, use the ip route command in global configuration mode. To remove static routes, use the no form of this command.
ip route prefix mask {ip-address | interface-type interface-number [ip-address]} [distance] [name] [permanent] [tag tag]
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide