MIBs Depot

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

FromSymbols
OPENBSD-BASE-MIBopenBSD
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, enterprises, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1TruthValueread-onlycurrent
carpPreempt
OBJECT-TYPE
Indicates whether preemption is enabled.
1.3.6.1.4.1.30155.6.1.2TruthValueread-onlycurrent
carpLog
OBJECT-TYPE
Indicates whether logging of invalid CARP packets is enabled.
1.3.6.1.4.1.30155.6.1.3TruthValueread-onlycurrent
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.1Integer32read-onlycurrent
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.2not-accessiblecurrent
carpIfEntry
OBJECT-TYPE
An entry containing management information applicable to a particular CARP interface.
1.3.6.1.4.1.30155.6.2.2.1not-accessiblecurrent
carpIfIndex
OBJECT-TYPE
A unique value, greater than zero, for each CARP interface.
1.3.6.1.4.1.30155.6.2.2.1.1Integer32 (1..2147483647)read-onlycurrent
carpIfDescr
OBJECT-TYPE
The name of the CARP interface.
1.3.6.1.4.1.30155.6.2.2.1.2OCTET STRINGread-onlycurrent
carpIfVhid
OBJECT-TYPE
The Virtual HostID of the CARP interface.
1.3.6.1.4.1.30155.6.2.2.1.3Integer32read-onlycurrent
carpIfDev
OBJECT-TYPE
The parent interface that the CARP interface is bound to.
1.3.6.1.4.1.30155.6.2.2.1.4OCTET STRINGread-onlycurrent
carpIfAdvbase
OBJECT-TYPE
The advbase value of the CARP interface.
1.3.6.1.4.1.30155.6.2.2.1.5Integer32read-onlycurrent
carpIfAdvskew
OBJECT-TYPE
The advskew value of the CARP interface.
1.3.6.1.4.1.30155.6.2.2.1.6Integer32read-onlycurrent
carpIfState
OBJECT-TYPE
Indicates the operational state of the CARP interface.
1.3.6.1.4.1.30155.6.2.2.1.7INTEGER {init(0), backup(1), master(2)}read-onlycurrent
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.1Counter64read-onlycurrent
carpIp6PktsRecv
OBJECT-TYPE
Number of IPv6 CARP packets received on all interfaces.
1.3.6.1.4.1.30155.6.3.2Counter64read-onlycurrent
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.3Counter64read-onlycurrent
carpPktDiscardsForWrongTtl
OBJECT-TYPE
Number of packets discarded due to having a TTL less than 255.
1.3.6.1.4.1.30155.6.3.4Counter64read-onlycurrent
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.5Counter64read-onlycurrent
carpPktDiscardsForBadChecksum
OBJECT-TYPE
Number of packets discarded due to bad checksum.
1.3.6.1.4.1.30155.6.3.6Counter64read-onlycurrent
carpPktDiscardsForBadVersion
OBJECT-TYPE
Number of packets discarded due to bad version in the packet header.
1.3.6.1.4.1.30155.6.3.7Counter64read-onlycurrent
carpPktDiscardsForTooShort
OBJECT-TYPE
Number of packets discarded due to being too short.
1.3.6.1.4.1.30155.6.3.8Counter64read-onlycurrent
carpPktDiscardsForBadAuth
OBJECT-TYPE
Number of packets discarded because they failed the HMAC authentication check.
1.3.6.1.4.1.30155.6.3.9Counter64read-onlycurrent
carpPktDiscardsForBadVhid
OBJECT-TYPE
Number of packets discarded due to incorrect VHID in the packet header.
1.3.6.1.4.1.30155.6.3.10Counter64read-onlycurrent
carpPktDiscardsForBadAddressList
OBJECT-TYPE
Number of packets discarded due to bad addresses in the CARP packet.
1.3.6.1.4.1.30155.6.3.11Counter64read-onlycurrent
carpIpPktsSent
OBJECT-TYPE
Number of IPv4 CARP packets sent on all interfaces.
1.3.6.1.4.1.30155.6.3.12Counter64read-onlycurrent
carpIp6PktsSent
OBJECT-TYPE
Number of IPv6 CARP packets sent on all interfaces.
1.3.6.1.4.1.30155.6.3.13Counter64read-onlycurrent
carpNoMemory
OBJECT-TYPE
Number of CARP advertisements that failed because memory could not be allocated.
1.3.6.1.4.1.30155.6.3.14Counter64read-onlycurrent
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.15Counter64read-onlycurrent