Link to home
Start Free TrialLog in
Avatar of pauls681
pauls681

asked on

Pix 501 commands

We have a PIX 501
Could some please tell me the command for changeing the gateway ip of the PIX through CLI?
Avatar of td_miles
td_miles

if you are talking about changing the default route that the PIX uses to connect to the Internet, then:

route outside 0 0 x.x.x.x

where 0 is an abbreviation for 0.0.0.0 (ie. all traffic)
and x.x.x.x is the IP address of the router that your PIX is to send traffic to.

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_60/config/commands.htm#xtocid56
Avatar of pauls681

ASKER

Ok, Thanks
One more thing
I have a bad route in the routing table and need to clear it.
I did find the clear route command but can't seem to get it to work.
I am typing in:
Clear route outside xxx.xxx.xxx.4 255.255.255.0 xxx.xxx.xxx.6 1
Is that the correct syntax?
I am at the pixfirewall(config)# prompt when issueing this command.
ASKER CERTIFIED SOLUTION
Avatar of td_miles
td_miles

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial