07-07-2011 04:03 AM - edited 03-11-2019 01:55 PM
Hi Experts,
I need to implement another ISP circuit in my client's PIX515E v6.3.3. But in this PIX i was not able to configure backup command. When i checked i found that it support only after 7.2. So i decide to configure another default route with AD as 1 and Change the existing to a higher value. I want to implement the new one as the primary and the old one as the secondary. will it works?
Regards
Vipin
07-07-2011 04:33 AM
No, you can't just have 2 default routes with different administrative distance because if the primary ISP is not available, the PIX firewall will not know.
For PIX to automatically failover to the secondary ISP, you would need to configure track/sla on PIX v7.x and above so it can determine when it's down, as per the following sample config:
With version 6.x, when primary ISP is down, you would need to manually disconnect or shutdown the PIX interface that connects to the primary ISP for the secondary ISP to work. And you would also need to manually fail it back to the primary ISP when it's back up.
Hope that answers your question.
07-07-2011 05:53 AM
Hi,
As i mentioned i configured another interface with the new ip address which is provided by the ISP. From the PIX itself i got ping to that ip. But from outside i didnt get ping to the IP address.
I just configured that IP address,Sec-level to zero. I didnt configure PAT. but i didnt get ping to this interface from outside.
what might be the issue?
thanks and regards
Vipin
07-07-2011 06:07 AM
Please kindly share the configuration.
Please check if you have any "icmp" command on any interface. If you do, then you would need to also explicitly configure this new interface to be allowed with ping.
The command will be "icmp permit any
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