BEGEMOT-NETGRAPH-MIB
38 objects
The MIB for the NetGraph access module for SNMP.
Imported Objects
| BEGEMOT-MIB | begemot |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.12325.1.2 | IdentitybegemotNg | The MIB for the NetGraph access module for SNMP. | ||
| 1.3.6.1.4.1.12325.1.2.1 | NodebegemotNgObjects | |||
| 1.3.6.1.4.1.12325.1.2.1.1 | NodebegemotNgConfig | |||
| 1.3.6.1.4.1.12325.1.2.1.1.1 | ScalarbegemotNgControlNodeName | read-only | current | The name of the netgraph node of this daemon. The name is writeable during initialisation. If the name is set from the empty string to the non-empty string, th… |
| 1.3.6.1.4.1.12325.1.2.1.1.2 | ScalarbegemotNgResBufSiz | read-write | current | The size of the receive buffers for netgraph messages. |
| 1.3.6.1.4.1.12325.1.2.1.1.3 | ScalarbegemotNgTimeout | read-write | current | The maximum time to wait for a response to a netgraph message. |
| 1.3.6.1.4.1.12325.1.2.1.1.4 | ScalarbegemotNgDebugLevel | read-write | current | The netgraph library debug level. This should be set only if the daemon is run with a terminal attached. |
| 1.3.6.1.4.1.12325.1.2.1.2 | NodebegemotNgStats | |||
| 1.3.6.1.4.1.12325.1.2.1.2.1 | ScalarbegemotNgNoMems | read-only | current | Number of times a memory allocation has failed for buffers or the message queue. |
| 1.3.6.1.4.1.12325.1.2.1.2.2 | ScalarbegemotNgMsgReadErrs | read-only | current | Number of times reading a netgraph message has failed. |
| 1.3.6.1.4.1.12325.1.2.1.2.3 | ScalarbegemotNgTooLargeMsgs | read-only | current | Number of times a netgraph message was too large for the buffer. Try increasing begemotNgResBufSiz if this happens. |
| 1.3.6.1.4.1.12325.1.2.1.2.4 | ScalarbegemotNgDataReadErrs | read-only | current | Number of times reading a netgraph data message has failed. |
| 1.3.6.1.4.1.12325.1.2.1.2.5 | ScalarbegemotNgTooLargeDatas | read-only | current | Number of times a netgraph data message was too large. You need to increase begemotNgResBufSiz. |
| 1.3.6.1.4.1.12325.1.2.1.3 | TablebegemotNgTypeTable | not-accessible | current | A table containing information about all netgraph node types. |
| 1.3.6.1.4.1.12325.1.2.1.3.1 | RowbegemotNgTypeEntry | not-accessible | current | Table entry that describes one netgraph node. |
| 1.3.6.1.4.1.12325.1.2.1.3.1.1 | ColumnbegemotNgTypeName | not-accessible | current | The name of the type. Used as index. |
| 1.3.6.1.4.1.12325.1.2.1.3.1.2 | ColumnbegemotNgTypeStatus | read-create | current | If loaded then the node type is available. A type can be load by setting this field to loaded. It is unload if the field is set to unloaded. Note, that a type … |
| 1.3.6.1.4.1.12325.1.2.1.4 | TablebegemotNgNodeTable | not-accessible | current | A table containing information about all netgraph nodes. |
| 1.3.6.1.4.1.12325.1.2.1.4.1 | RowbegemotNgNodeEntry | not-accessible | current | Table entry that describes one netgraph node. |
| 1.3.6.1.4.1.12325.1.2.1.4.1.1 | ColumnbegemotNgNodeId | not-accessible | current | The 32bit node id of this node. 0 is an illegal value. |
| 1.3.6.1.4.1.12325.1.2.1.4.1.2 | ColumnbegemotNgNodeStatus | read-only | current | Indicates whether the node exists or not. |
| 1.3.6.1.4.1.12325.1.2.1.4.1.3 | ColumnbegemotNgNodeName | read-only | current | Name of the node (if any). |
| 1.3.6.1.4.1.12325.1.2.1.4.1.4 | ColumnbegemotNgNodeType | read-only | current | Type name of the node. |
| 1.3.6.1.4.1.12325.1.2.1.4.1.5 | ColumnbegemotNgNodeHooks | read-only | current | Number of hooks on this node. |
| 1.3.6.1.4.1.12325.1.2.1.5 | TablebegemotNgHookTable | not-accessible | current | A table containing information about all netgraph hooks. |
| 1.3.6.1.4.1.12325.1.2.1.5.1 | RowbegemotNgHookEntry | not-accessible | current | Table entry that describes one netgraph node. |
| 1.3.6.1.4.1.12325.1.2.1.5.1.1 | ColumnbegemotNgHookNodeId | not-accessible | current | The 32bit node id of this node. |
| 1.3.6.1.4.1.12325.1.2.1.5.1.2 | ColumnbegemotNgHookHook | read-only | current | Name of the hook. |
| 1.3.6.1.4.1.12325.1.2.1.5.1.3 | ColumnbegemotNgHookStatus | read-only | current | Indicates whether the hook exists or not. |
| 1.3.6.1.4.1.12325.1.2.1.5.1.4 | ColumnbegemotNgHookPeerNodeId | read-only | current | The 32bit node id of the peer node of this hook. |
| 1.3.6.1.4.1.12325.1.2.1.5.1.5 | ColumnbegemotNgHookPeerHook | read-only | current | Name of the peer hook. |
| 1.3.6.1.4.1.12325.1.2.1.5.1.6 | ColumnbegemotNgHookPeerType | read-only | current | Name of the peer type. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| NgHookName | OCTET STRING (SIZE(1..31)) | current | Name of a netgraph hook. |
| NgNodeId | Unsigned32 (1..4294967295) | current | Node identifier. |
| NgNodeIdOrZero | Unsigned32 (0..4294967295) | current | Node identifier or 0 for 'no-node'. |
| NgNodeName | OCTET STRING (SIZE(1..31)) | current | Name of a netgraph node. |
| NgNodeNameOrEmpty | OCTET STRING (SIZE(0..31)) | current | Name of a netgraph node. |
| NgTypeName | OCTET STRING (SIZE(1..31)) | current | Name of a netgraph type. |