Cisco PIX firewall Conf saving problem - TechRepublic
Question
July 15, 2007 at 11:36 PM
h.patil

Cisco PIX firewall Conf saving problem

by h.patil . Updated 17 years, 6 months ago

Hi All,
I have CISCO PIX Version 7.1(2)configured. It is working fine but strange issue is that when I reboot PIX then my whole network goes down because I found that 2 commands are not saved.

Before rebooting conf look like this:

global (tcs) 1 interface
nat (lan1) 0 access-list 103
nat (lan1) 1 0.0.0.0 0.0.0.0
nat (lan2) 0 access-list 103
nat (lan2) 1 0.0.0.0 0.0.0.0

After rebooting conf look like this:

global (tcs) 1 interface
nat (lan1) 1 0.0.0.0 0.0.0.0
nat (lan2) 1 0.0.0.0 0.0.0.0

for resolving this issue I have to make new access list with some other no e.g 104, 105 then it access those command.

If i tried to enter missing commands then it gives error that “access-list has protocol or port” and

nat (lan1) 0 access-list 103; in this command it say that 0(Zero) indicates no local IP translation for local IP.

Pls help me to reolve this issue.

Regards,

Hemant Patil

This discussion is locked

All Comments