Unfortunately, not too many individuals have uploaded many custom MIBs to the Content Sharing Zone. Has anyone been able to locate the OIDs for Cisco ASA failover status? I have only located the following:
1.3.6.1.4.1.9.9.147.1.2.1.1.1.2
1.3.6.1.4.1.9.9.147.1.2.1.1.1.4
If you're not aware, Cisco failover status is stated in both a ROLE and a STATUS. In a Active/Standby scenario, your "main" firewall will report as "Primary/Active". Your "backup" firewall will report as "Secondary/Standby". I haven't found an OID that actually reports this data.
The "...1.1.1.2" OID reports "Primary Unit (this device)" on the actual Primary ASA. The Secondary ASA reports "Primary Unit", merely missing the "(this device)" data. The "...1.1.1.4" OID reports "Active Unit" on both devices. I haven't found precise OIDs that report meaningful information regarding the failover status.
These are the values from the "show failover" command I'd love to create custom pollers for. I've included the output of our Primary and Secondary systems.
PRIMARY
----------------------
ASA/act# show failover
Failover unit Primary
Last Failover at: 09:49:33 CDT Jul 11 2007
This host: Primary - Active
Active time: 3548085 (sec)
Other host: Secondary - Standby Ready
----------------------
SECONDARY
----------------------
ASA/stby# show failover
Failover unit Secondary
Last Failover at: 09:49:33 CDT Jul 11 2007
This host: Secondary - Standby Ready
Active time: 2290 (sec)
Other host: Primary - Active
----------------------
Anyone know good OIDs for accurate failover status polling?