BEGEMOT-SNMPD-MIB

File: BEGEMOT-SNMPD-MIB.mib (17108 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BEGEMOT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
Counter32 Unsigned32 IpAddress
TEXTUAL-CONVENTION TruthValue RowStatus
MODULE-COMPLIANCE OBJECT-GROUP begemot

Defined Types

SectionName  
Name of a loadable module. Should consist of alphanumeric characers only, the first character must be a letter.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..14)  

BegemotTrapSinkEntry  
SEQUENCE    
  begemotTrapSinkAddr IpAddress
  begemotTrapSinkPort INTEGER
  begemotTrapSinkStatus RowStatus

BegemotSnmpdPortEntry  
SEQUENCE    
  begemotSnmpdPortAddress IpAddress
  begemotSnmpdPortPort INTEGER
  begemotSnmpdPortStatus INTEGER

BegemotSnmpdCommunityEntry  
SEQUENCE    
  begemotSnmpdCommunityModule SectionName
  begemotSnmpdCommunityIndex Unsigned32
  begemotSnmpdCommunityString OCTET STRING
  begemotSnmpdCommunityDescr OCTET STRING

BegemotSnmpdModuleEntry  
SEQUENCE    
  begemotSnmpdModuleSection SectionName
  begemotSnmpdModulePath OCTET STRING
  begemotSnmpdModuleComment OCTET STRING

BegemotSnmpdLocalPortEntry  
SEQUENCE    
  begemotSnmpdLocalPortPath OCTET STRING
  begemotSnmpdLocalPortStatus INTEGER
  begemotSnmpdLocalPortType INTEGER

BegemotSnmpdTransportEntry  
SEQUENCE    
  begemotSnmpdTransportName OCTET STRING
  begemotSnmpdTransportStatus INTEGER
  begemotSnmpdTransportOid OBJECT IDENTIFIER

Defined Values

begemotSnmpd 1.3.6.1.4.1.12325.1.1
The MIB module for the Begemot SNMP daemon.
MODULE-IDENTITY    

begemotSnmpdObjects 1.3.6.1.4.1.12325.1.1.1
OBJECT IDENTIFIER    

begemotSnmpdDefs 1.3.6.1.4.1.12325.1.1.2
OBJECT IDENTIFIER    

begemotSnmpdAgent 1.3.6.1.4.1.12325.1.1.2.1
OBJECT IDENTIFIER    

begemotSnmpdAgentFreeBSD 1.3.6.1.4.1.12325.1.1.2.1.1
Identifies the agent as running on FreeBSD.
Status: current Access: read-only
OBJECT-IDENTITY    

begemotSnmpdConfig 1.3.6.1.4.1.12325.1.1.1.1
OBJECT IDENTIFIER    

begemotSnmpdTransmitBuffer 1.3.6.1.4.1.12325.1.1.1.1.1
The size of the receive buffer in bytes. Larger messages are dropped by SNMPd.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 484..65535  

begemotSnmpdReceiveBuffer 1.3.6.1.4.1.12325.1.1.1.1.2
The size of the transmit buffer in bytes. Larger messages cannot be sent by the SNMPd.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 484..65535  

begemotSnmpdCommunityDisable 1.3.6.1.4.1.12325.1.1.1.1.3
Disables all access to the CommunityTable from SNMP. Once set it cannot be cleared.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

begemotSnmpdTrap1Addr 1.3.6.1.4.1.12325.1.1.1.1.4
The trap sink for v1 traps.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

begemotSnmpdVersionEnable 1.3.6.1.4.1.12325.1.1.1.1.5
The SNMP versions that the agent processes. The following bits are defined: 0x00000001 - SNMPv1 0x00000002 - SNMPv2c
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

begemotTrapSinkTable 1.3.6.1.4.1.12325.1.1.1.2
A table with destinations for standard traps.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotTrapSinkEntry

begemotTrapSinkEntry 1.3.6.1.4.1.12325.1.1.1.2.1
Entry describes one trap destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotTrapSinkEntry  

begemotTrapSinkAddr 1.3.6.1.4.1.12325.1.1.1.2.1.1
Destination IP address of the manager station where to send traps.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

begemotTrapSinkPort 1.3.6.1.4.1.12325.1.1.1.2.1.2
Destination UDP port of the manager station where to send traps.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

begemotTrapSinkStatus 1.3.6.1.4.1.12325.1.1.1.2.1.3
Used to create/activate/destroy the entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

begemotSnmpdPortTable 1.3.6.1.4.1.12325.1.1.1.4
A table with descriptions of UDP ports to listen on for SNMP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotSnmpdPortEntry

begemotSnmpdPortEntry 1.3.6.1.4.1.12325.1.1.1.4.1
An entry in the table with descriptions of UDP ports to listen on for SNMP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotSnmpdPortEntry  

begemotSnmpdPortAddress 1.3.6.1.4.1.12325.1.1.1.4.1.1
The IP address to bind to.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

begemotSnmpdPortPort 1.3.6.1.4.1.12325.1.1.1.4.1.2
The UDP port to listen on for SNMP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..65535  

begemotSnmpdPortStatus 1.3.6.1.4.1.12325.1.1.1.4.1.3
Set status to 1 to create entry, set it to 2 to delete it.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

begemotSnmpdCommunityTable 1.3.6.1.4.1.12325.1.1.1.5
A table with the community strings for access control.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotSnmpdCommunityEntry

begemotSnmpdCommunityEntry 1.3.6.1.4.1.12325.1.1.1.5.1
A table with the community strings for access control. When begemotSnmpdCommDisable is true, this table disappears.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotSnmpdCommunityEntry  

begemotSnmpdCommunityModule 1.3.6.1.4.1.12325.1.1.1.5.1.1
Index of the module that has registered this community. For global communities this is the empty string.
Status: current Access: not-accessible
OBJECT-TYPE    
  SectionName  

begemotSnmpdCommunityIndex 1.3.6.1.4.1.12325.1.1.1.5.1.2
The numerical index of the community (private to the module).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

begemotSnmpdCommunityString 1.3.6.1.4.1.12325.1.1.1.5.1.3
The string for access to SNMPd.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

begemotSnmpdCommunityDescr 1.3.6.1.4.1.12325.1.1.1.5.1.4
A description what this community is good for.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

begemotSnmpdModuleTable 1.3.6.1.4.1.12325.1.1.1.6
A table describing all the currently loaded dynamic modules. Writing to this table loads and unloads modules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotSnmpdModuleEntry

begemotSnmpdModuleEntry 1.3.6.1.4.1.12325.1.1.1.6.1
A table entry describing a loadable module.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotSnmpdModuleEntry  

begemotSnmpdModuleSection 1.3.6.1.4.1.12325.1.1.1.6.1.1
The string used for matching configuration file sections and indexes the module table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SectionName  

begemotSnmpdModulePath 1.3.6.1.4.1.12325.1.1.1.6.1.2
The path name of the module. Set to empty string to unload a module. The path of an existing module may not be changed.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

begemotSnmpdModuleComment 1.3.6.1.4.1.12325.1.1.1.6.1.3
A comment describing this module.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

begemotSnmpdStats 1.3.6.1.4.1.12325.1.1.1.7
OBJECT IDENTIFIER    

begemotSnmpdStatsNoRxBufs 1.3.6.1.4.1.12325.1.1.1.7.1
Number of times a receive buffer could not be allocated for a packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

begemotSnmpdStatsNoTxBufs 1.3.6.1.4.1.12325.1.1.1.7.2
Number of times a transmit buffer could not be allocated for a packet.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

begemotSnmpdStatsInTooLongPkts 1.3.6.1.4.1.12325.1.1.1.7.3
Number of packets received that were longer than the receive buffer. These packets are dropped.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

begemotSnmpdStatsInBadPduTypes 1.3.6.1.4.1.12325.1.1.1.7.4
Number of packets received with a bad type field.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

begemotSnmpdDebug 1.3.6.1.4.1.12325.1.1.1.8
OBJECT IDENTIFIER    

begemotSnmpdDebugDumpPdus 1.3.6.1.4.1.12325.1.1.1.8.1
Dump PDUs to log file if true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

begemotSnmpdDebugSnmpTrace 1.3.6.1.4.1.12325.1.1.1.8.2
Tracing flags for the SNMP library. These flags have the following meaning: 0x00000001 trace GET operator 0x00000002 trace GETNEXT operator 0x00000004 trace SET operator 0x00000008 trace dependency processing 0x00000010 trace node finding 0x10000000 log ASN1 errors 0x20000000 log SNMP errors Individual values can be or-ed together.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

begemotSnmpdDebugSyslogPri 1.3.6.1.4.1.12325.1.1.1.8.3
Events with this or higher priority should not be logged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

begemotSnmpdLocalPortTable 1.3.6.1.4.1.12325.1.1.1.9
A table with descriptions of local (unix domain) ports to listen on for SNMP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotSnmpdLocalPortEntry

begemotSnmpdLocalPortEntry 1.3.6.1.4.1.12325.1.1.1.9.1
An entry in the table with descriptions of local ports to listen on for SNMP messages.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotSnmpdLocalPortEntry  

begemotSnmpdLocalPortPath 1.3.6.1.4.1.12325.1.1.1.9.1.1
The path name to create and listen on.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..104)  

begemotSnmpdLocalPortStatus 1.3.6.1.4.1.12325.1.1.1.9.1.2
Set status to 1 to create entry, set it to 2 to delete it.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

begemotSnmpdLocalPortType 1.3.6.1.4.1.12325.1.1.1.9.1.3
Type of the port. If the type is unpriv SET operations are allowed from all clients if the community matches. For priv SET operations are allowed only from peers with uid zero. If the daemon cannot determine the peer uid it disallows the SET operation for -priv ports.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER dgram-unpriv(1), dgram-priv(2), stream-unpriv(3), stream-priv(4)  

begemotSnmpdTransportMappings 1.3.6.1.4.1.12325.1.1.1.10
OBJECT IDENTIFIER    

begemotSnmpdTransportTable 1.3.6.1.4.1.12325.1.1.1.10.1
A table containing all the currently loaded transport mappings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BegemotSnmpdTransportEntry

begemotSnmpdTransportEntry 1.3.6.1.4.1.12325.1.1.1.10.1.1
An entry in the table with the transport mappings.
Status: current Access: not-accessible
OBJECT-TYPE    
  BegemotSnmpdTransportEntry  

begemotSnmpdTransportName 1.3.6.1.4.1.12325.1.1.1.10.1.1.1
The name of the mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..256)  

begemotSnmpdTransportStatus 1.3.6.1.4.1.12325.1.1.1.10.1.1.2
Used to create/activate/destroy the entry.
Status: current Access: read-only
OBJECT-TYPE    
  RowStatus  

begemotSnmpdTransportOid 1.3.6.1.4.1.12325.1.1.1.10.1.1.3
A pointer to the group with the transport-dependend stuff.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

begemotSnmpdTransUdp 1.3.6.1.4.1.12325.1.1.1.10.2
OBJECT IDENTIFIER    

begemotSnmpdTransLsock 1.3.6.1.4.1.12325.1.1.1.10.3
OBJECT IDENTIFIER