cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
439
Views
0
Helpful
3
Replies

How can I find active firewall

dan_track
Level 1
Level 1

Hi

I have an active/standby pair of pix 515e firewalls. How can I find out which one is the active one, and which is in standby?

Thanks for your help

Dan

1 Accepted Solution

Accepted Solutions

Patrick Iseli
Level 7
Level 7

Enter the following command:

show faiover

pix(config)# show failover

Failover On

Serial Failover Cable status: My side not connected

Reconnect timeout 0:00:00

Poll frequency 15 seconds

Last Failover at: 18:32:16 UTC Mon Apr 7 2003

This host: Primary - Active

Active time: 510 (sec)

Interface 4th (172.16.1.1): Normal

Interface intf2 (192.168.2.1): Normal

Interface outside (192.168.1.1): Normal

Interface inside (10.1.1.1): Normal

Other host: Secondary - Standby

Active time: 0 (sec)

Interface 4th (172.16.1.2): Normal

Interface intf2 (192.168.2.2): Normal

Interface outside (192.168.1.2): Normal

Interface inside (10.1.1.2): Normal

http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008017278a.html

sincerely

Patrick

View solution in original post

3 Replies 3

r.sneekes
Level 1
Level 1

enter the command:

sh failover

to see the actual status.

Patrick Iseli
Level 7
Level 7

Enter the following command:

show faiover

pix(config)# show failover

Failover On

Serial Failover Cable status: My side not connected

Reconnect timeout 0:00:00

Poll frequency 15 seconds

Last Failover at: 18:32:16 UTC Mon Apr 7 2003

This host: Primary - Active

Active time: 510 (sec)

Interface 4th (172.16.1.1): Normal

Interface intf2 (192.168.2.1): Normal

Interface outside (192.168.1.1): Normal

Interface inside (10.1.1.1): Normal

Other host: Secondary - Standby

Active time: 0 (sec)

Interface 4th (172.16.1.2): Normal

Interface intf2 (192.168.2.2): Normal

Interface outside (192.168.1.2): Normal

Interface inside (10.1.1.2): Normal

http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_configuration_guide_chapter09186a008017278a.html

sincerely

Patrick

Hi

Thanks for the replies. It makes things a lot clearer now.

Thanks

Dan