OPENBSD-CARP-MIB
- Registered at
- 1.3.6.1.4.1.30155.6
- Last updated
- 2012-01-31 00:00
- Organization
- OpenBSD
- Revisions
- 2012-01-31 00:00
- Namespace
- openbsd
- Source file
OPENBSD-CARP-MIB- Digest
sha256:0c1b277970ecdde98e411a84b801caf1db34f637b89f50dcb60ac87d4649cfbc
Description
The MIB module for gathering information about Common Address Redundancy Protocol (CARP) interfaces.
Contact
Author: Joel Knight email: knight.joel@gmail.com www: www.packetmischief.ca/openbsd-snmp-mibs/
Imports
| From | Symbols |
|---|---|
| OPENBSD-BASE-MIB | openBSD |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, enterprises, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
OPENBSD-BASE-MIB OPENBSD-CARP-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| carpSysctl OBJECT-IDENTITY | 1.3.6.1.4.1.30155.6.1 | |||
| carpAllow OBJECT-TYPE Indicates whether the node will respond to CARP packets. | 1.3.6.1.4.1.30155.6.1.1 | TruthValue | read-only | current |
| carpPreempt OBJECT-TYPE Indicates whether preemption is enabled. | 1.3.6.1.4.1.30155.6.1.2 | TruthValue | read-only | current |
| carpLog OBJECT-TYPE Indicates whether logging of invalid CARP packets is enabled. | 1.3.6.1.4.1.30155.6.1.3 | TruthValue | read-only | current |
| carpIf OBJECT-IDENTITY | 1.3.6.1.4.1.30155.6.2 | |||
| carpIfNumber OBJECT-TYPE The number of CARP interfaces present on this system. | 1.3.6.1.4.1.30155.6.2.1 | Integer32 | read-only | current |
| carpIfTable OBJECT-TYPE A list of individual CARP interfaces. The number of entries is given by the value of carpIfNumber. | 1.3.6.1.4.1.30155.6.2.2 | not-accessible | current | |
| carpIfEntry OBJECT-TYPE An entry containing management information applicable to a particular CARP interface. | 1.3.6.1.4.1.30155.6.2.2.1 | not-accessible | current | |
| carpIfIndex OBJECT-TYPE A unique value, greater than zero, for each CARP interface. | 1.3.6.1.4.1.30155.6.2.2.1.1 | Integer32 (1..2147483647) | read-only | current |
| carpIfDescr OBJECT-TYPE The name of the CARP interface. | 1.3.6.1.4.1.30155.6.2.2.1.2 | OCTET STRING | read-only | current |
| carpIfVhid OBJECT-TYPE The Virtual HostID of the CARP interface. | 1.3.6.1.4.1.30155.6.2.2.1.3 | Integer32 | read-only | current |
| carpIfDev OBJECT-TYPE The parent interface that the CARP interface is bound to. | 1.3.6.1.4.1.30155.6.2.2.1.4 | OCTET STRING | read-only | current |
| carpIfAdvbase OBJECT-TYPE The advbase value of the CARP interface. | 1.3.6.1.4.1.30155.6.2.2.1.5 | Integer32 | read-only | current |
| carpIfAdvskew OBJECT-TYPE The advskew value of the CARP interface. | 1.3.6.1.4.1.30155.6.2.2.1.6 | Integer32 | read-only | current |
| carpIfState OBJECT-TYPE Indicates the operational state of the CARP interface. | 1.3.6.1.4.1.30155.6.2.2.1.7 | INTEGER {init(0), backup(1), master(2)} | read-only | current |
| carpStats OBJECT-IDENTITY | 1.3.6.1.4.1.30155.6.3 | |||
| carpIpPktsRecv OBJECT-TYPE Number of IPv4 CARP packets received on all interfaces. | 1.3.6.1.4.1.30155.6.3.1 | Counter64 | read-only | current |
| carpIp6PktsRecv OBJECT-TYPE Number of IPv6 CARP packets received on all interfaces. | 1.3.6.1.4.1.30155.6.3.2 | Counter64 | read-only | current |
| carpPktDiscardsForBadInterface OBJECT-TYPE Number of packets discarded due to being received on a non-CARP interface. | 1.3.6.1.4.1.30155.6.3.3 | Counter64 | read-only | current |
| carpPktDiscardsForWrongTtl OBJECT-TYPE Number of packets discarded due to having a TTL less than 255. | 1.3.6.1.4.1.30155.6.3.4 | Counter64 | read-only | current |
| carpPktShorterThanHeader OBJECT-TYPE Number of packets received on any interface that is shorter than the size of the CARP packet header. | 1.3.6.1.4.1.30155.6.3.5 | Counter64 | read-only | current |
| carpPktDiscardsForBadChecksum OBJECT-TYPE Number of packets discarded due to bad checksum. | 1.3.6.1.4.1.30155.6.3.6 | Counter64 | read-only | current |
| carpPktDiscardsForBadVersion OBJECT-TYPE Number of packets discarded due to bad version in the packet header. | 1.3.6.1.4.1.30155.6.3.7 | Counter64 | read-only | current |
| carpPktDiscardsForTooShort OBJECT-TYPE Number of packets discarded due to being too short. | 1.3.6.1.4.1.30155.6.3.8 | Counter64 | read-only | current |
| carpPktDiscardsForBadAuth OBJECT-TYPE Number of packets discarded because they failed the HMAC authentication check. | 1.3.6.1.4.1.30155.6.3.9 | Counter64 | read-only | current |
| carpPktDiscardsForBadVhid OBJECT-TYPE Number of packets discarded due to incorrect VHID in the packet header. | 1.3.6.1.4.1.30155.6.3.10 | Counter64 | read-only | current |
| carpPktDiscardsForBadAddressList OBJECT-TYPE Number of packets discarded due to bad addresses in the CARP packet. | 1.3.6.1.4.1.30155.6.3.11 | Counter64 | read-only | current |
| carpIpPktsSent OBJECT-TYPE Number of IPv4 CARP packets sent on all interfaces. | 1.3.6.1.4.1.30155.6.3.12 | Counter64 | read-only | current |
| carpIp6PktsSent OBJECT-TYPE Number of IPv6 CARP packets sent on all interfaces. | 1.3.6.1.4.1.30155.6.3.13 | Counter64 | read-only | current |
| carpNoMemory OBJECT-TYPE Number of CARP advertisements that failed because memory could not be allocated. | 1.3.6.1.4.1.30155.6.3.14 | Counter64 | read-only | current |
| carpTransitionsToMaster OBJECT-TYPE Number of times the host has transitioned to MASTER state for any CARP group. | 1.3.6.1.4.1.30155.6.3.15 | Counter64 | read-only | current |