MIB Viewer

BEGEMOT-NETGRAPH-MIB

38 objects
The MIB for the NetGraph access module for SNMP.
Imported Objects
BEGEMOT-MIBbegemot
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMICounter32 MODULE-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TCTEXTUAL-CONVENTION TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.12325.1.2IdentitybegemotNgThe MIB for the NetGraph access module for SNMP.
1.3.6.1.4.1.12325.1.2.1NodebegemotNgObjects
1.3.6.1.4.1.12325.1.2.1.1NodebegemotNgConfig
1.3.6.1.4.1.12325.1.2.1.1.1ScalarbegemotNgControlNodeNameread-onlycurrentThe 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.2ScalarbegemotNgResBufSizread-writecurrentThe size of the receive buffers for netgraph messages.
1.3.6.1.4.1.12325.1.2.1.1.3ScalarbegemotNgTimeoutread-writecurrentThe maximum time to wait for a response to a netgraph message.
1.3.6.1.4.1.12325.1.2.1.1.4ScalarbegemotNgDebugLevelread-writecurrentThe 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.2NodebegemotNgStats
1.3.6.1.4.1.12325.1.2.1.2.1ScalarbegemotNgNoMemsread-onlycurrentNumber of times a memory allocation has failed for buffers or the message queue.
1.3.6.1.4.1.12325.1.2.1.2.2ScalarbegemotNgMsgReadErrsread-onlycurrentNumber of times reading a netgraph message has failed.
1.3.6.1.4.1.12325.1.2.1.2.3ScalarbegemotNgTooLargeMsgsread-onlycurrentNumber 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.4ScalarbegemotNgDataReadErrsread-onlycurrentNumber of times reading a netgraph data message has failed.
1.3.6.1.4.1.12325.1.2.1.2.5ScalarbegemotNgTooLargeDatasread-onlycurrentNumber of times a netgraph data message was too large. You need to increase begemotNgResBufSiz.
1.3.6.1.4.1.12325.1.2.1.3TablebegemotNgTypeTablenot-accessiblecurrentA table containing information about all netgraph node types.
1.3.6.1.4.1.12325.1.2.1.3.1RowbegemotNgTypeEntrynot-accessiblecurrentTable entry that describes one netgraph node.
1.3.6.1.4.1.12325.1.2.1.3.1.1ColumnbegemotNgTypeNamenot-accessiblecurrentThe name of the type. Used as index.
1.3.6.1.4.1.12325.1.2.1.3.1.2ColumnbegemotNgTypeStatusread-createcurrentIf 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.4TablebegemotNgNodeTablenot-accessiblecurrentA table containing information about all netgraph nodes.
1.3.6.1.4.1.12325.1.2.1.4.1RowbegemotNgNodeEntrynot-accessiblecurrentTable entry that describes one netgraph node.
1.3.6.1.4.1.12325.1.2.1.4.1.1ColumnbegemotNgNodeIdnot-accessiblecurrentThe 32bit node id of this node. 0 is an illegal value.
1.3.6.1.4.1.12325.1.2.1.4.1.2ColumnbegemotNgNodeStatusread-onlycurrentIndicates whether the node exists or not.
1.3.6.1.4.1.12325.1.2.1.4.1.3ColumnbegemotNgNodeNameread-onlycurrentName of the node (if any).
1.3.6.1.4.1.12325.1.2.1.4.1.4ColumnbegemotNgNodeTyperead-onlycurrentType name of the node.
1.3.6.1.4.1.12325.1.2.1.4.1.5ColumnbegemotNgNodeHooksread-onlycurrentNumber of hooks on this node.
1.3.6.1.4.1.12325.1.2.1.5TablebegemotNgHookTablenot-accessiblecurrentA table containing information about all netgraph hooks.
1.3.6.1.4.1.12325.1.2.1.5.1RowbegemotNgHookEntrynot-accessiblecurrentTable entry that describes one netgraph node.
1.3.6.1.4.1.12325.1.2.1.5.1.1ColumnbegemotNgHookNodeIdnot-accessiblecurrentThe 32bit node id of this node.
1.3.6.1.4.1.12325.1.2.1.5.1.2ColumnbegemotNgHookHookread-onlycurrentName of the hook.
1.3.6.1.4.1.12325.1.2.1.5.1.3ColumnbegemotNgHookStatusread-onlycurrentIndicates whether the hook exists or not.
1.3.6.1.4.1.12325.1.2.1.5.1.4ColumnbegemotNgHookPeerNodeIdread-onlycurrentThe 32bit node id of the peer node of this hook.
1.3.6.1.4.1.12325.1.2.1.5.1.5ColumnbegemotNgHookPeerHookread-onlycurrentName of the peer hook.
1.3.6.1.4.1.12325.1.2.1.5.1.6ColumnbegemotNgHookPeerTyperead-onlycurrentName of the peer type.
Type Definitions
NameSyntaxStatusDescription
NgHookNameOCTET STRING (SIZE(1..31))currentName of a netgraph hook.
NgNodeIdUnsigned32 (1..4294967295)currentNode identifier.
NgNodeIdOrZeroUnsigned32 (0..4294967295)currentNode identifier or 0 for 'no-node'.
NgNodeNameOCTET STRING (SIZE(1..31))currentName of a netgraph node.
NgNodeNameOrEmptyOCTET STRING (SIZE(0..31))currentName of a netgraph node.
NgTypeNameOCTET STRING (SIZE(1..31))currentName of a netgraph type.