BEGEMOT-SNMPD-MIB
- Registered at
- 1.3.6.1.4.1.12325.1.1
- Last updated
- 2002-12-04 00:00
- Organization
- Fraunhofer FOKUS, CATS
- Namespace
- pfsense
- Source file
BEGEMOT-SNMPD-MIB- Digest
sha256:03af0dc1cad28f2d7ea995cf4957961b869477cdad0d02d375a3db4a47c0b266
Description
The MIB module for the Begemot SNMP daemon.
Contact
Hartmut Brandt Postal: Fraunhofer Institute for Open Communication Systems Kaiserin-Augusta-Allee 31 10589 Berlin Germany Fax: +49 30 3463 7352 E-mail: harti@freebsd.org
Imports
| From | Symbols |
|---|---|
| BEGEMOT-MIB | begemot |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BEGEMOT-MIB BEGEMOT-SNMPD-MIB FOKUS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| SectionName TEXTUAL-CONVENTION Name of a loadable module. Should consist of alphanumeric characers only, the first character must be a letter. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| begemotSnmpdObjects OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.1 | |||
| begemotSnmpdConfig OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.1.1 | |||
| begemotSnmpdTransmitBuffer OBJECT-TYPE The size of the receive buffer in bytes. Larger messages are dropped by SNMPd. | 1.3.6.1.4.1.12325.1.1.1.1.1 | INTEGER (484..65535) | read-write | current |
| begemotSnmpdReceiveBuffer OBJECT-TYPE The size of the transmit buffer in bytes. Larger messages cannot be sent by the SNMPd. | 1.3.6.1.4.1.12325.1.1.1.1.2 | INTEGER (484..65535) | read-write | current |
| begemotSnmpdCommunityDisable OBJECT-TYPE Disables all access to the CommunityTable from SNMP. Once set it cannot be cleared. | 1.3.6.1.4.1.12325.1.1.1.1.3 | TruthValue | read-write | current |
| begemotSnmpdTrap1Addr OBJECT-TYPE The trap sink for v1 traps. | 1.3.6.1.4.1.12325.1.1.1.1.4 | IpAddress | read-write | current |
| begemotSnmpdVersionEnable OBJECT-TYPE The SNMP versions that the agent processes. The following bits are defined: 0x00000001 - SNMPv1 0x00000002 - SNMPv2c 0x00000004 - SNMPv3 | 1.3.6.1.4.1.12325.1.1.1.1.5 | Unsigned32 | read-only | current |
| begemotTrapSinkTable OBJECT-TYPE A table with destinations for standard traps. | 1.3.6.1.4.1.12325.1.1.1.2 | not-accessible | current | |
| begemotTrapSinkEntry OBJECT-TYPE Entry describes one trap destination. | 1.3.6.1.4.1.12325.1.1.1.2.1 | not-accessible | current | |
| begemotTrapSinkAddr OBJECT-TYPE Destination IP address of the manager station where to send traps. | 1.3.6.1.4.1.12325.1.1.1.2.1.1 | IpAddress | not-accessible | current |
| begemotTrapSinkPort OBJECT-TYPE Destination UDP port of the manager station where to send traps. | 1.3.6.1.4.1.12325.1.1.1.2.1.2 | INTEGER (1..65535) | not-accessible | current |
| begemotTrapSinkStatus OBJECT-TYPE Used to create/activate/destroy the entry. | 1.3.6.1.4.1.12325.1.1.1.2.1.3 | RowStatus | read-create | current |
| begemotSnmpdPortTable OBJECT-TYPE A table with descriptions of UDP ports to listen on for SNMP messages. | 1.3.6.1.4.1.12325.1.1.1.4 | not-accessible | current | |
| begemotSnmpdPortEntry OBJECT-TYPE An entry in the table with descriptions of UDP ports to listen on for SNMP messages. | 1.3.6.1.4.1.12325.1.1.1.4.1 | not-accessible | current | |
| begemotSnmpdPortAddress OBJECT-TYPE The IP address to bind to. | 1.3.6.1.4.1.12325.1.1.1.4.1.1 | IpAddress | not-accessible | current |
| begemotSnmpdPortPort OBJECT-TYPE The UDP port to listen on for SNMP messages. | 1.3.6.1.4.1.12325.1.1.1.4.1.2 | INTEGER (1..65535) | not-accessible | current |
| begemotSnmpdPortStatus OBJECT-TYPE Set status to 1 to create entry, set it to 2 to delete it. | 1.3.6.1.4.1.12325.1.1.1.4.1.3 | INTEGER {valid(1), invalid(2)} | read-create | current |
| begemotSnmpdCommunityTable OBJECT-TYPE A table with the community strings for access control. | 1.3.6.1.4.1.12325.1.1.1.5 | not-accessible | current | |
| begemotSnmpdCommunityEntry OBJECT-TYPE A table with the community strings for access control. When begemotSnmpdCommDisable is true, this table disappears. | 1.3.6.1.4.1.12325.1.1.1.5.1 | not-accessible | current | |
| begemotSnmpdCommunityModule OBJECT-TYPE Index of the module that has registered this community. For global communities this is the empty string. | 1.3.6.1.4.1.12325.1.1.1.5.1.1 | SectionName | not-accessible | current |
| begemotSnmpdCommunityIndex OBJECT-TYPE The numerical index of the community (private to the module). | 1.3.6.1.4.1.12325.1.1.1.5.1.2 | Unsigned32 (1..4294967295) | not-accessible | current |
| begemotSnmpdCommunityString OBJECT-TYPE The string for access to SNMPd. | 1.3.6.1.4.1.12325.1.1.1.5.1.3 | OCTET STRING | read-write | current |
| begemotSnmpdCommunityDescr OBJECT-TYPE A description what this community is good for. | 1.3.6.1.4.1.12325.1.1.1.5.1.4 | OCTET STRING | read-only | current |
| begemotSnmpdModuleTable OBJECT-TYPE A table describing all the currently loaded dynamic modules. Writing to this table loads and unloads modules. | 1.3.6.1.4.1.12325.1.1.1.6 | not-accessible | current | |
| begemotSnmpdModuleEntry OBJECT-TYPE A table entry describing a loadable module. | 1.3.6.1.4.1.12325.1.1.1.6.1 | not-accessible | current | |
| begemotSnmpdModuleSection OBJECT-TYPE The string used for matching configuration file sections and indexes the module table. | 1.3.6.1.4.1.12325.1.1.1.6.1.1 | SectionName | not-accessible | current |
| begemotSnmpdModulePath OBJECT-TYPE The path name of the module. Set to empty string to unload a module. The path of an existing module may not be changed. | 1.3.6.1.4.1.12325.1.1.1.6.1.2 | OCTET STRING | read-create | current |
| begemotSnmpdModuleComment OBJECT-TYPE A comment describing this module. | 1.3.6.1.4.1.12325.1.1.1.6.1.3 | OCTET STRING | read-only | current |
| begemotSnmpdStats OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.1.7 | |||
| begemotSnmpdStatsNoRxBufs OBJECT-TYPE Number of times a receive buffer could not be allocated for a packet. | 1.3.6.1.4.1.12325.1.1.1.7.1 | Counter32 | read-only | current |
| begemotSnmpdStatsNoTxBufs OBJECT-TYPE Number of times a transmit buffer could not be allocated for a packet. | 1.3.6.1.4.1.12325.1.1.1.7.2 | Counter32 | read-only | current |
| begemotSnmpdStatsInTooLongPkts OBJECT-TYPE Number of packets received that were longer than the receive buffer. These packets are dropped. | 1.3.6.1.4.1.12325.1.1.1.7.3 | Counter32 | read-only | current |
| begemotSnmpdStatsInBadPduTypes OBJECT-TYPE Number of packets received with a bad type field. | 1.3.6.1.4.1.12325.1.1.1.7.4 | Counter32 | read-only | current |
| begemotSnmpdDebug OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.1.8 | |||
| begemotSnmpdDebugDumpPdus OBJECT-TYPE Dump PDUs to log file if true. | 1.3.6.1.4.1.12325.1.1.1.8.1 | TruthValue | read-write | current |
| begemotSnmpdDebugSnmpTrace OBJECT-TYPE 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. | 1.3.6.1.4.1.12325.1.1.1.8.2 | Unsigned32 | read-write | current |
| begemotSnmpdDebugSyslogPri OBJECT-TYPE Events with this or higher priority should not be logged. | 1.3.6.1.4.1.12325.1.1.1.8.3 | INTEGER (0..8) | read-write | current |
| begemotSnmpdLocalPortTable OBJECT-TYPE A table with descriptions of local (unix domain) ports to listen on for SNMP messages. | 1.3.6.1.4.1.12325.1.1.1.9 | not-accessible | current | |
| begemotSnmpdLocalPortEntry OBJECT-TYPE An entry in the table with descriptions of local ports to listen on for SNMP messages. | 1.3.6.1.4.1.12325.1.1.1.9.1 | not-accessible | current | |
| begemotSnmpdLocalPortPath OBJECT-TYPE The path name to create and listen on. | 1.3.6.1.4.1.12325.1.1.1.9.1.1 | OCTET STRING (SIZE(1..104)) | not-accessible | current |
| begemotSnmpdLocalPortStatus OBJECT-TYPE Set status to 1 to create entry, set it to 2 to delete it. | 1.3.6.1.4.1.12325.1.1.1.9.1.2 | INTEGER {valid(1), invalid(2)} | read-create | current |
| begemotSnmpdLocalPortType OBJECT-TYPE 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. | 1.3.6.1.4.1.12325.1.1.1.9.1.3 | INTEGER {dgram-unpriv(1), dgram-priv(2), stream-unpriv(3), stream-priv(4)} | read-create | current |
| begemotSnmpdTransportMappings OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.1.10 | |||
| begemotSnmpdTransportTable OBJECT-TYPE A table containing all the currently loaded transport mappings. | 1.3.6.1.4.1.12325.1.1.1.10.1 | not-accessible | current | |
| begemotSnmpdTransportEntry OBJECT-TYPE An entry in the table with the transport mappings. | 1.3.6.1.4.1.12325.1.1.1.10.1.1 | not-accessible | current | |
| begemotSnmpdTransportName OBJECT-TYPE The name of the mapping. | 1.3.6.1.4.1.12325.1.1.1.10.1.1.1 | OCTET STRING (SIZE(1..256)) | not-accessible | current |
| begemotSnmpdTransportStatus OBJECT-TYPE Used to create/activate/destroy the entry. | 1.3.6.1.4.1.12325.1.1.1.10.1.1.2 | RowStatus | read-only | current |
| begemotSnmpdTransportOid OBJECT-TYPE A pointer to the group with the transport-dependend stuff. | 1.3.6.1.4.1.12325.1.1.1.10.1.1.3 | OBJECT IDENTIFIER | read-only | current |
| begemotSnmpdTransUdp OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.1.10.2 | |||
| begemotSnmpdTransLsock OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.1.10.3 | |||
| begemotSnmpdDefs OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.2 | |||
| begemotSnmpdAgent OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.1.2.1 | |||
| begemotSnmpdAgentFreeBSD OBJECT-IDENTITY Identifies the agent as running on FreeBSD. | 1.3.6.1.4.1.12325.1.1.2.1.1 | current |