OPENBSD-CARP-MIB

File: OPENBSD-CARP-MIB.mib (7889 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC OPENBSD-BASE-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Counter64 Integer32 enterprises
TruthValue openBSD MODULE-COMPLIANCE
OBJECT-GROUP

Defined Types

CarpIfEntry  
SEQUENCE    
  carpIfIndex Integer32
  carpIfDescr OCTET STRING
  carpIfVhid Integer32
  carpIfDev OCTET STRING
  carpIfAdvbase Integer32
  carpIfAdvskew Integer32
  carpIfState Integer32

Defined Values

carpMIBObjects 1.3.6.1.4.1.30155.6
The MIB module for gathering information about Common Address Redundancy Protocol (CARP) interfaces.
MODULE-IDENTITY    

carpSysctl 1.3.6.1.4.1.30155.6.1
OBJECT IDENTIFIER    

carpIf 1.3.6.1.4.1.30155.6.2
OBJECT IDENTIFIER    

carpStats 1.3.6.1.4.1.30155.6.3
OBJECT IDENTIFIER    

carpAllow 1.3.6.1.4.1.30155.6.1.1
Indicates whether the node will respond to CARP packets.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

carpPreempt 1.3.6.1.4.1.30155.6.1.2
Indicates whether preemption is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

carpLog 1.3.6.1.4.1.30155.6.1.3
Indicates whether logging of invalid CARP packets is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

carpIfNumber 1.3.6.1.4.1.30155.6.2.1
The number of CARP interfaces present on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

carpIfTable 1.3.6.1.4.1.30155.6.2.2
A list of individual CARP interfaces. The number of entries is given by the value of carpIfNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CarpIfEntry

carpIfEntry 1.3.6.1.4.1.30155.6.2.2.1
An entry containing management information applicable to a particular CARP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CarpIfEntry  

carpIfIndex 1.3.6.1.4.1.30155.6.2.2.1.1
A unique value, greater than zero, for each CARP interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

carpIfDescr 1.3.6.1.4.1.30155.6.2.2.1.2
The name of the CARP interface.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

carpIfVhid 1.3.6.1.4.1.30155.6.2.2.1.3
The Virtual HostID of the CARP interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

carpIfDev 1.3.6.1.4.1.30155.6.2.2.1.4
The parent interface that the CARP interface is bound to.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

carpIfAdvbase 1.3.6.1.4.1.30155.6.2.2.1.5
The advbase value of the CARP interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

carpIfAdvskew 1.3.6.1.4.1.30155.6.2.2.1.6
The advskew value of the CARP interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

carpIfState 1.3.6.1.4.1.30155.6.2.2.1.7
Indicates the operational state of the CARP interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(0), backup(1), master(2)  

carpIpPktsRecv 1.3.6.1.4.1.30155.6.3.1
Number of IPv4 CARP packets received on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpIp6PktsRecv 1.3.6.1.4.1.30155.6.3.2
Number of IPv6 CARP packets received on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForBadInterface 1.3.6.1.4.1.30155.6.3.3
Number of packets discarded due to being received on a non-CARP interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForWrongTtl 1.3.6.1.4.1.30155.6.3.4
Number of packets discarded due to having a TTL less than 255.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktShorterThanHeader 1.3.6.1.4.1.30155.6.3.5
Number of packets received on any interface that is shorter than the size of the CARP packet header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForBadChecksum 1.3.6.1.4.1.30155.6.3.6
Number of packets discarded due to bad checksum.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForBadVersion 1.3.6.1.4.1.30155.6.3.7
Number of packets discarded due to bad version in the packet header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForTooShort 1.3.6.1.4.1.30155.6.3.8
Number of packets discarded due to being too short.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForBadAuth 1.3.6.1.4.1.30155.6.3.9
Number of packets discarded because they failed the HMAC authentication check.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForBadVhid 1.3.6.1.4.1.30155.6.3.10
Number of packets discarded due to incorrect VHID in the packet header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpPktDiscardsForBadAddressList 1.3.6.1.4.1.30155.6.3.11
Number of packets discarded due to bad addresses in the CARP packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpIpPktsSent 1.3.6.1.4.1.30155.6.3.12
Number of IPv4 CARP packets sent on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpIp6PktsSent 1.3.6.1.4.1.30155.6.3.13
Number of IPv6 CARP packets sent on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpNoMemory 1.3.6.1.4.1.30155.6.3.14
Number of CARP advertisements that failed because memory could not be allocated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

carpTransitionsToMaster 1.3.6.1.4.1.30155.6.3.15
Number of times the host has transitioned to MASTER state for any CARP group.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64