BEGEMOT-NETGRAPH-MIB
- Registered at
- 1.3.6.1.4.1.12325.1.2
- Last updated
- 2003-11-14 00:00
- Organization
- Fraunhofer FOKUS, CATS
- Namespace
- pfsense
- Source file
BEGEMOT-NETGRAPH-MIB- Digest
sha256:7fc32b63f461fe27a273be13bf56d2d46a34da2514c48321bc922b161f9f9e1b
Description
The MIB for the NetGraph access module for SNMP.
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, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BEGEMOT-MIB BEGEMOT-NETGRAPH-MIB FOKUS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| NgHookName TEXTUAL-CONVENTION Name of a netgraph hook. | current | |||
| NgNodeId TEXTUAL-CONVENTION Node identifier. | current | |||
| NgNodeIdOrZero TEXTUAL-CONVENTION Node identifier or 0 for 'no-node'. | current | |||
| NgNodeName TEXTUAL-CONVENTION Name of a netgraph node. | current | |||
| NgNodeNameOrEmpty TEXTUAL-CONVENTION Name of a netgraph node. | current | |||
| NgTypeName TEXTUAL-CONVENTION Name of a netgraph type. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| begemotNgObjects OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.2.1 | |||
| begemotNgConfig OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.2.1.1 | |||
| begemotNgControlNodeName OBJECT-TYPE 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. | 1.3.6.1.4.1.12325.1.2.1.1.1 | NgNodeName | read-only | current |
| begemotNgResBufSiz OBJECT-TYPE The size of the receive buffers for netgraph messages. | 1.3.6.1.4.1.12325.1.2.1.1.2 | INTEGER (1024..65536) | read-write | current |
| begemotNgTimeout OBJECT-TYPE The maximum time to wait for a response to a netgraph message. | 1.3.6.1.4.1.12325.1.2.1.1.3 | INTEGER (10..10000) | read-write | current |
| begemotNgDebugLevel OBJECT-TYPE 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.1.4 | Unsigned32 | read-write | current |
| begemotNgStats OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.2.1.2 | |||
| begemotNgNoMems OBJECT-TYPE 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.1 | Counter32 | read-only | current |
| begemotNgMsgReadErrs OBJECT-TYPE Number of times reading a netgraph message has failed. | 1.3.6.1.4.1.12325.1.2.1.2.2 | Counter32 | read-only | current |
| begemotNgTooLargeMsgs OBJECT-TYPE 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.3 | Counter32 | read-only | current |
| begemotNgDataReadErrs OBJECT-TYPE Number of times reading a netgraph data message has failed. | 1.3.6.1.4.1.12325.1.2.1.2.4 | Counter32 | read-only | current |
| begemotNgTooLargeDatas OBJECT-TYPE 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.2.5 | Counter32 | read-only | current |
| begemotNgTypeTable OBJECT-TYPE A table containing information about all netgraph node types. | 1.3.6.1.4.1.12325.1.2.1.3 | not-accessible | current | |
| begemotNgTypeEntry OBJECT-TYPE Table entry that describes one netgraph node. | 1.3.6.1.4.1.12325.1.2.1.3.1 | not-accessible | current | |
| begemotNgTypeName OBJECT-TYPE The name of the type. Used as index. | 1.3.6.1.4.1.12325.1.2.1.3.1.1 | NgTypeName | not-accessible | current |
| begemotNgTypeStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.12325.1.2.1.3.1.2 | INTEGER {loaded(1), unloaded(2)} | read-create | current |
| begemotNgNodeTable OBJECT-TYPE A table containing information about all netgraph nodes. | 1.3.6.1.4.1.12325.1.2.1.4 | not-accessible | current | |
| begemotNgNodeEntry OBJECT-TYPE Table entry that describes one netgraph node. | 1.3.6.1.4.1.12325.1.2.1.4.1 | not-accessible | current | |
| begemotNgNodeId OBJECT-TYPE The 32bit node id of this node. 0 is an illegal value. | 1.3.6.1.4.1.12325.1.2.1.4.1.1 | NgNodeId | not-accessible | current |
| begemotNgNodeStatus OBJECT-TYPE Indicates whether the node exists or not. | 1.3.6.1.4.1.12325.1.2.1.4.1.2 | INTEGER {valid(1), invalid(2)} | read-only | current |
| begemotNgNodeName OBJECT-TYPE Name of the node (if any). | 1.3.6.1.4.1.12325.1.2.1.4.1.3 | NgNodeNameOrEmpty | read-only | current |
| begemotNgNodeType OBJECT-TYPE Type name of the node. | 1.3.6.1.4.1.12325.1.2.1.4.1.4 | NgTypeName | read-only | current |
| begemotNgNodeHooks OBJECT-TYPE Number of hooks on this node. | 1.3.6.1.4.1.12325.1.2.1.4.1.5 | Unsigned32 | read-only | current |
| begemotNgHookTable OBJECT-TYPE A table containing information about all netgraph hooks. | 1.3.6.1.4.1.12325.1.2.1.5 | not-accessible | current | |
| begemotNgHookEntry OBJECT-TYPE Table entry that describes one netgraph node. | 1.3.6.1.4.1.12325.1.2.1.5.1 | not-accessible | current | |
| begemotNgHookNodeId OBJECT-TYPE The 32bit node id of this node. | 1.3.6.1.4.1.12325.1.2.1.5.1.1 | NgNodeId | not-accessible | current |
| begemotNgHookHook OBJECT-TYPE Name of the hook. | 1.3.6.1.4.1.12325.1.2.1.5.1.2 | NgHookName | read-only | current |
| begemotNgHookStatus OBJECT-TYPE Indicates whether the hook exists or not. | 1.3.6.1.4.1.12325.1.2.1.5.1.3 | INTEGER {valid(1), invalid(2)} | read-only | current |
| begemotNgHookPeerNodeId OBJECT-TYPE The 32bit node id of the peer node of this hook. | 1.3.6.1.4.1.12325.1.2.1.5.1.4 | NgNodeId | read-only | current |
| begemotNgHookPeerHook OBJECT-TYPE Name of the peer hook. | 1.3.6.1.4.1.12325.1.2.1.5.1.5 | NgHookName | read-only | current |
| begemotNgHookPeerType OBJECT-TYPE Name of the peer type. | 1.3.6.1.4.1.12325.1.2.1.5.1.6 | NgTypeName | read-only | current |