CARP SNMP monitoring on pfSense 2.2
-
Hi
We monitor the interface status with SNMP (".1.3.6.1.2.1.2.2.1.8") to check the CARP status of a pfSense pair (amd64).
Since version 2.2 there are only the real interfaces of the firewall listed, and the VIP's not anymore.snmpwalk -v2c -c XXXXXXXXXXX pfSense2.1.5 .1.3.6.1.2.1.2.2.1.8
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: up(1)
IF-MIB::ifOperStatus.4 = INTEGER: down(2)
IF-MIB::ifOperStatus.5 = INTEGER: down(2)
IF-MIB::ifOperStatus.6 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.7 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.8 = INTEGER: down(2)
IF-MIB::ifOperStatus.9 = INTEGER: up(1)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: up(1)
IF-MIB::ifOperStatus.14 = INTEGER: up(1)
IF-MIB::ifOperStatus.15 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.16 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.17 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.18 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.19 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.20 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.21 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.22 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.23 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.24 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.25 = INTEGER: up(1)snmpwalk -v2c -c XXXXXXXXXXX pfSense2.2 .1.3.6.1.2.1.2.2.1.8
IF-MIB::ifOperStatus.1 = INTEGER: up(1)
IF-MIB::ifOperStatus.2 = INTEGER: up(1)
IF-MIB::ifOperStatus.3 = INTEGER: down(2)
IF-MIB::ifOperStatus.4 = INTEGER: down(2)
IF-MIB::ifOperStatus.5 = INTEGER: down(2)
IF-MIB::ifOperStatus.6 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.7 = INTEGER: dormant(5)
IF-MIB::ifOperStatus.8 = INTEGER: down(2)
IF-MIB::ifOperStatus.9 = INTEGER: up(1)
IF-MIB::ifOperStatus.10 = INTEGER: up(1)
IF-MIB::ifOperStatus.11 = INTEGER: up(1)
IF-MIB::ifOperStatus.12 = INTEGER: up(1)
IF-MIB::ifOperStatus.13 = INTEGER: up(1)
IF-MIB::ifOperStatus.14 = INTEGER: up(1)
IF-MIB::ifOperStatus.15 = INTEGER: up(1)
IF-MIB::ifOperStatus.16 = INTEGER: up(1)Is there a way to fix this or do I have to find another way to monitor CARP?
Thanks in advance
coff33 -
https://doc.pfsense.org/index.php/Upgrade_Guide#CARP_Changes
-
Well, that's too bad, but thanks for reply…