cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
386
Views
4
Helpful
2
Replies

Why do PIX's specify ouside or inside for routes?

johnlcumminsjr
Level 1
Level 1

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

2 Replies 2

pkhatri
Level 11
Level 11

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

BRIAN SEKLECKI
Level 1
Level 1

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]

Review Cisco Networking for a $25 gift card