OPENBSD-CARP-MIB
AI MIB Summary
The OPENBSD-CARP-MIB monitors Common Address Redundancy Protocol (CARP) interface states, virtual IP addresses, and master/slave election metrics on OpenBSD systems to verify high-availability cluster synchronization and failover readiness.
The MIB module for gathering information about Common Address Redundancy Protocol (CARP) interfaces.
Main OID:
carpMIBObjects.1.3.6.1.4.1.30155.6
32
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
32 total| Object Name |
|---|
carpMIBObjectsThe MIB module for gathering information about Common Address Redundancy Protocol (CARP) interfaces. MODULE-IDENTITY .1.3.6.1.4.1.30155.6 |
carpSysctl OBJECT IDENTIFIER .1.3.6.1.4.1.30155.6.1 |
carpAllowIndicates whether the node will respond to CARP packets.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.30155.6.1.1 |
carpPreemptIndicates whether preemption is enabled.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.30155.6.1.2 |
carpLogIndicates whether logging of invalid CARP packets is enabled.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.30155.6.1.3 |
carpIf OBJECT IDENTIFIER .1.3.6.1.4.1.30155.6.2 |
carpIfNumberThe number of CARP interfaces present on this system.ro Integer32 .1.3.6.1.4.1.30155.6.2.1 |
carpIfTableA list of individual CARP interfaces. The number of entries is given by the value of carpIfNumber. SEQUENCE OF CarpIfEntry .1.3.6.1.4.1.30155.6.2.2 |
carpIfEntryAn entry containing management information applicable to a particular CARP interface. CarpIfEntry .1.3.6.1.4.1.30155.6.2.2.1 |
carpIfIndexA unique value, greater than zero, for each CARP interface.ro Integer32 .1.3.6.1.4.1.30155.6.2.2.1.1 |
carpIfDescrThe name of the CARP interface.ro OCTET STRING .1.3.6.1.4.1.30155.6.2.2.1.2 |
carpIfVhidThe Virtual HostID of the CARP interface.ro Integer32 .1.3.6.1.4.1.30155.6.2.2.1.3 |
carpIfDevThe parent interface that the CARP interface is bound to.ro OCTET STRING .1.3.6.1.4.1.30155.6.2.2.1.4 |
carpIfAdvbaseThe advbase value of the CARP interface.ro Integer32 .1.3.6.1.4.1.30155.6.2.2.1.5 |
carpIfAdvskewThe advskew value of the CARP interface.ro Integer32 .1.3.6.1.4.1.30155.6.2.2.1.6 |
carpIfStateIndicates the operational state of the CARP interface.ro Enumeration .1.3.6.1.4.1.30155.6.2.2.1.7 |
carpStats OBJECT IDENTIFIER .1.3.6.1.4.1.30155.6.3 |
carpIpPktsRecvNumber of IPv4 CARP packets received on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.6.3.1 |
carpIp6PktsRecvNumber of IPv6 CARP packets received on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.6.3.2 |
carpPktDiscardsForBadInterfaceNumber of packets discarded due to being received on a non-CARP interface.ro Counter64 .1.3.6.1.4.1.30155.6.3.3 |
carpPktDiscardsForWrongTtlNumber of packets discarded due to having a TTL less than 255.ro Counter64 .1.3.6.1.4.1.30155.6.3.4 |
carpPktShorterThanHeaderNumber of packets received on any interface that is shorter than the size of the CARP packet header.ro Counter64 .1.3.6.1.4.1.30155.6.3.5 |
carpPktDiscardsForBadChecksumNumber of packets discarded due to bad checksum.ro Counter64 .1.3.6.1.4.1.30155.6.3.6 |
carpPktDiscardsForBadVersionNumber of packets discarded due to bad version in the packet header.ro Counter64 .1.3.6.1.4.1.30155.6.3.7 |
carpPktDiscardsForTooShortNumber of packets discarded due to being too short.ro Counter64 .1.3.6.1.4.1.30155.6.3.8 |
carpPktDiscardsForBadAuthNumber of packets discarded because they failed the HMAC authentication check.ro Counter64 .1.3.6.1.4.1.30155.6.3.9 |
carpPktDiscardsForBadVhidNumber of packets discarded due to incorrect VHID in the packet header.ro Counter64 .1.3.6.1.4.1.30155.6.3.10 |
carpPktDiscardsForBadAddressListNumber of packets discarded due to bad addresses in the CARP packet.ro Counter64 .1.3.6.1.4.1.30155.6.3.11 |
carpIpPktsSentNumber of IPv4 CARP packets sent on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.6.3.12 |
carpIp6PktsSentNumber of IPv6 CARP packets sent on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.6.3.13 |
carpNoMemoryNumber of CARP advertisements that failed because memory could not be allocated.ro Counter64 .1.3.6.1.4.1.30155.6.3.14 |
carpTransitionsToMasterNumber of times the host has transitioned to MASTER state for any CARP group.ro Counter64 .1.3.6.1.4.1.30155.6.3.15 |