OPENBSD-CARP-MIB: View SNMP OID List / Download MIB

VENDOR: OPENBSD PROJECT


 Home MIB: OPENBSD-CARP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 carpMIBObjects 1.3.6.1.4.1.30155.6
The MIB module for gathering information about Common Address Redundancy Protocol (CARP) interfaces.
     carpSysctl 1.3.6.1.4.1.30155.6.1
         carpAllow 1.3.6.1.4.1.30155.6.1.1 truthvalue read-only
Indicates whether the node will respond to CARP packets.
         carpPreempt 1.3.6.1.4.1.30155.6.1.2 truthvalue read-only
Indicates whether preemption is enabled.
         carpLog 1.3.6.1.4.1.30155.6.1.3 truthvalue read-only
Indicates whether logging of invalid CARP packets is enabled.
     carpIf 1.3.6.1.4.1.30155.6.2
         carpIfNumber 1.3.6.1.4.1.30155.6.2.1 integer32 read-only
The number of CARP interfaces present on this system.
         carpIfTable 1.3.6.1.4.1.30155.6.2.2 no-access
A list of individual CARP interfaces. The number of entries is given by the value of carpIfNumber.
             carpIfEntry 1.3.6.1.4.1.30155.6.2.2.1 no-access
An entry containing management information applicable to a particular CARP interface.
                 carpIfIndex 1.3.6.1.4.1.30155.6.2.2.1.1 integer32 read-only
A unique value, greater than zero, for each CARP interface.
                 carpIfDescr 1.3.6.1.4.1.30155.6.2.2.1.2 octet string read-only
The name of the CARP interface.
                 carpIfVhid 1.3.6.1.4.1.30155.6.2.2.1.3 integer32 read-only
The Virtual HostID of the CARP interface.
                 carpIfDev 1.3.6.1.4.1.30155.6.2.2.1.4 octet string read-only
The parent interface that the CARP interface is bound to.
                 carpIfAdvbase 1.3.6.1.4.1.30155.6.2.2.1.5 integer32 read-only
The advbase value of the CARP interface.
                 carpIfAdvskew 1.3.6.1.4.1.30155.6.2.2.1.6 integer32 read-only
The advskew value of the CARP interface.
                 carpIfState 1.3.6.1.4.1.30155.6.2.2.1.7 integer read-only
Indicates the operational state of the CARP interface. Enumeration: 'master': 2, 'init': 0, 'backup': 1.
     carpStats 1.3.6.1.4.1.30155.6.3
         carpIpPktsRecv 1.3.6.1.4.1.30155.6.3.1 counter64 read-only
Number of IPv4 CARP packets received on all interfaces.
         carpIp6PktsRecv 1.3.6.1.4.1.30155.6.3.2 counter64 read-only
Number of IPv6 CARP packets received on all interfaces.
         carpPktDiscardsForBadInterface 1.3.6.1.4.1.30155.6.3.3 counter64 read-only
Number of packets discarded due to being received on a non-CARP interface.
         carpPktDiscardsForWrongTtl 1.3.6.1.4.1.30155.6.3.4 counter64 read-only
Number of packets discarded due to having a TTL less than 255.
         carpPktShorterThanHeader 1.3.6.1.4.1.30155.6.3.5 counter64 read-only
Number of packets received on any interface that is shorter than the size of the CARP packet header.
         carpPktDiscardsForBadChecksum 1.3.6.1.4.1.30155.6.3.6 counter64 read-only
Number of packets discarded due to bad checksum.
         carpPktDiscardsForBadVersion 1.3.6.1.4.1.30155.6.3.7 counter64 read-only
Number of packets discarded due to bad version in the packet header.
         carpPktDiscardsForTooShort 1.3.6.1.4.1.30155.6.3.8 counter64 read-only
Number of packets discarded due to being too short.
         carpPktDiscardsForBadAuth 1.3.6.1.4.1.30155.6.3.9 counter64 read-only
Number of packets discarded because they failed the HMAC authentication check.
         carpPktDiscardsForBadVhid 1.3.6.1.4.1.30155.6.3.10 counter64 read-only
Number of packets discarded due to incorrect VHID in the packet header.
         carpPktDiscardsForBadAddressList 1.3.6.1.4.1.30155.6.3.11 counter64 read-only
Number of packets discarded due to bad addresses in the CARP packet.
         carpIpPktsSent 1.3.6.1.4.1.30155.6.3.12 counter64 read-only
Number of IPv4 CARP packets sent on all interfaces.
         carpIp6PktsSent 1.3.6.1.4.1.30155.6.3.13 counter64 read-only
Number of IPv6 CARP packets sent on all interfaces.
         carpNoMemory 1.3.6.1.4.1.30155.6.3.14 counter64 read-only
Number of CARP advertisements that failed because memory could not be allocated.
         carpTransitionsToMaster 1.3.6.1.4.1.30155.6.3.15 counter64 read-only
Number of times the host has transitioned to MASTER state for any CARP group.