BEGEMOT-NETGRAPH-MIB: View SNMP OID List / Download MIB

VENDOR: FRAUNHOFER FOKUS


 Home MIB: BEGEMOT-NETGRAPH-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 begemotNg 1.3.6.1.4.1.12325.1.2
The MIB for the NetGraph access module for SNMP.
     begemotNgObjects 1.3.6.1.4.1.12325.1.2.1
         begemotNgConfig 1.3.6.1.4.1.12325.1.2.1.1
             begemotNgControlNodeName 1.3.6.1.4.1.12325.1.2.1.1.1 ngnodename read-only
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, the netgraph socket is created. Once set it cannot be changed.
             begemotNgResBufSiz 1.3.6.1.4.1.12325.1.2.1.1.2 integer read-write
The size of the receive buffers for netgraph messages.
             begemotNgTimeout 1.3.6.1.4.1.12325.1.2.1.1.3 integer read-write
The maximum time to wait for a response to a netgraph message.
             begemotNgDebugLevel 1.3.6.1.4.1.12325.1.2.1.1.4 unsigned32 read-write
The netgraph library debug level. This should be set only if the daemon is run with a terminal attached.
         begemotNgStats 1.3.6.1.4.1.12325.1.2.1.2
             begemotNgNoMems 1.3.6.1.4.1.12325.1.2.1.2.1 counter32 read-only
Number of times a memory allocation has failed for buffers or the message queue.
             begemotNgMsgReadErrs 1.3.6.1.4.1.12325.1.2.1.2.2 counter32 read-only
Number of times reading a netgraph message has failed.
             begemotNgTooLargeMsgs 1.3.6.1.4.1.12325.1.2.1.2.3 counter32 read-only
Number of times a netgraph message was too large for the buffer. Try increasing begemotNgResBufSiz if this happens.
             begemotNgDataReadErrs 1.3.6.1.4.1.12325.1.2.1.2.4 counter32 read-only
Number of times reading a netgraph data message has failed.
             begemotNgTooLargeDatas 1.3.6.1.4.1.12325.1.2.1.2.5 counter32 read-only
Number of times a netgraph data message was too large. You need to increase begemotNgResBufSiz.
         begemotNgTypeTable 1.3.6.1.4.1.12325.1.2.1.3 no-access
A table containing information about all netgraph node types.
             begemotNgTypeEntry 1.3.6.1.4.1.12325.1.2.1.3.1 no-access
Table entry that describes one netgraph node.
                 begemotNgTypeName 1.3.6.1.4.1.12325.1.2.1.3.1.1 ngtypename no-access
The name of the type. Used as index.
                 begemotNgTypeStatus 1.3.6.1.4.1.12325.1.2.1.3.1.2 integer read-only
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 cannot be unloaded if it is compiled into the kernel or has nodes of this type. The name of the file containing the type implementation is constructed by prepending ng_ to the type name. Enumeration: 'loaded': 1, 'unloaded': 2.
         begemotNgNodeTable 1.3.6.1.4.1.12325.1.2.1.4 no-access
A table containing information about all netgraph nodes.
             begemotNgNodeEntry 1.3.6.1.4.1.12325.1.2.1.4.1 no-access
Table entry that describes one netgraph node.
                 begemotNgNodeId 1.3.6.1.4.1.12325.1.2.1.4.1.1 ngnodeid no-access
The 32bit node id of this node. 0 is an illegal value.
                 begemotNgNodeStatus 1.3.6.1.4.1.12325.1.2.1.4.1.2 integer read-only
Indicates whether the node exists or not. Enumeration: 'valid': 1, 'invalid': 2.
                 begemotNgNodeName 1.3.6.1.4.1.12325.1.2.1.4.1.3 ngnodenameorempty read-only
Name of the node (if any).
                 begemotNgNodeType 1.3.6.1.4.1.12325.1.2.1.4.1.4 ngtypename read-only
Type name of the node.
                 begemotNgNodeHooks 1.3.6.1.4.1.12325.1.2.1.4.1.5 unsigned32 read-only
Number of hooks on this node.
         begemotNgHookTable 1.3.6.1.4.1.12325.1.2.1.5 no-access
A table containing information about all netgraph hooks.
             begemotNgHookEntry 1.3.6.1.4.1.12325.1.2.1.5.1 no-access
Table entry that describes one netgraph node.
                 begemotNgHookNodeId 1.3.6.1.4.1.12325.1.2.1.5.1.1 ngnodeid no-access
The 32bit node id of this node.
                 begemotNgHookHook 1.3.6.1.4.1.12325.1.2.1.5.1.2 nghookname read-only
Name of the hook.
                 begemotNgHookStatus 1.3.6.1.4.1.12325.1.2.1.5.1.3 integer read-only
Indicates whether the hook exists or not. Enumeration: 'valid': 1, 'invalid': 2.
                 begemotNgHookPeerNodeId 1.3.6.1.4.1.12325.1.2.1.5.1.4 ngnodeid read-only
The 32bit node id of the peer node of this hook.
                 begemotNgHookPeerHook 1.3.6.1.4.1.12325.1.2.1.5.1.5 nghookname read-only
Name of the peer hook.
                 begemotNgHookPeerType 1.3.6.1.4.1.12325.1.2.1.5.1.6 ngtypename read-only
Name of the peer type.