Page 1 of 1

How to monitor the status of ASA5585 Cluster?

Posted: Wed Dec 10, 2014 4:05 am
by phyo
Hi all,

The customer want to monitor the status of ASA5585 cluster. I found one solution at the below link.
http://www.thedailyadmin.com/2010/06/mo ... uster.html
But when I pulled the information from master unit, I got the following results.

[root@nagios01 ~]$ snmpwalk 192.168.50.84 -c public -v2c 1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.6
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.6 = INTEGER: 3
[root@nagios01 ~]$
[root@nagios01 ~]$ snmpwalk 192.168.50.84 -c public -v2c 1.3.6.1.4.1.9.9.147.1.2.1.1.1
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.2.4 = STRING: "Failover LAN Interface"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.2.6 = STRING: "Primary unit"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.2.7 = STRING: "Secondary unit (this device)"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.4 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.6 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.3.7 = INTEGER: 3
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.4.4 = STRING: "not Configured"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.4.6 = STRING: "Failover Off"
SNMPv2-SMI::enterprises.9.9.147.1.2.1.1.1.4.7 = STRING: "Failover Off"
[root@nagios01 ~]$

I want to know how can I monitor the status of Cluster Status?

Thanks.

Re: How to monitor the status of ASA5585 Cluster?

Posted: Wed Dec 10, 2014 10:20 am
by tmcdonald
That entirely depends on what you are looking for when you say "Cluster Status". Are you looking to see how many nodes in the cluster are up? The CPU utilization of the cluster? According to that guide it looks like it is just checking to see if one host has failed over to another. Do you have a MIB for those devices? That might give us a better idea as to what needs to be checked.

Re: How to monitor the status of ASA5585 Cluster?

Posted: Wed Dec 10, 2014 8:46 pm
by phyo
Hi tmcdonald,

We want to know Primary ASA is active or standby.

Re: How to monitor the status of ASA5585 Cluster?

Posted: Wed Dec 10, 2014 9:47 pm
by Box293
Have a look at this forum post as I think it covers your exact situation:

http://support.nagios.com/forum/viewtop ... 16&t=29434

Re: How to monitor the status of ASA5585 Cluster?

Posted: Wed Jan 28, 2015 8:51 pm
by phyo
After contact to CISCO, they replied monitoring clustering status is not support so far. So you can close this case.

Thanks.