MIBs Depot

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

FromSymbols
BEGEMOT-MIBbegemot
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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

NameOIDSyntaxAccessStatus
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.1NgNodeNameread-onlycurrent
begemotNgResBufSiz
OBJECT-TYPE
The size of the receive buffers for netgraph messages.
1.3.6.1.4.1.12325.1.2.1.1.2INTEGER (1024..65536)read-writecurrent
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.3INTEGER (10..10000)read-writecurrent
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.4Unsigned32read-writecurrent
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.1Counter32read-onlycurrent
begemotNgMsgReadErrs
OBJECT-TYPE
Number of times reading a netgraph message has failed.
1.3.6.1.4.1.12325.1.2.1.2.2Counter32read-onlycurrent
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.3Counter32read-onlycurrent
begemotNgDataReadErrs
OBJECT-TYPE
Number of times reading a netgraph data message has failed.
1.3.6.1.4.1.12325.1.2.1.2.4Counter32read-onlycurrent
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.5Counter32read-onlycurrent
begemotNgTypeTable
OBJECT-TYPE
A table containing information about all netgraph node types.
1.3.6.1.4.1.12325.1.2.1.3not-accessiblecurrent
begemotNgTypeEntry
OBJECT-TYPE
Table entry that describes one netgraph node.
1.3.6.1.4.1.12325.1.2.1.3.1not-accessiblecurrent
begemotNgTypeName
OBJECT-TYPE
The name of the type. Used as index.
1.3.6.1.4.1.12325.1.2.1.3.1.1NgTypeNamenot-accessiblecurrent
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.2INTEGER {loaded(1), unloaded(2)}read-createcurrent
begemotNgNodeTable
OBJECT-TYPE
A table containing information about all netgraph nodes.
1.3.6.1.4.1.12325.1.2.1.4not-accessiblecurrent
begemotNgNodeEntry
OBJECT-TYPE
Table entry that describes one netgraph node.
1.3.6.1.4.1.12325.1.2.1.4.1not-accessiblecurrent
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.1NgNodeIdnot-accessiblecurrent
begemotNgNodeStatus
OBJECT-TYPE
Indicates whether the node exists or not.
1.3.6.1.4.1.12325.1.2.1.4.1.2INTEGER {valid(1), invalid(2)}read-onlycurrent
begemotNgNodeName
OBJECT-TYPE
Name of the node (if any).
1.3.6.1.4.1.12325.1.2.1.4.1.3NgNodeNameOrEmptyread-onlycurrent
begemotNgNodeType
OBJECT-TYPE
Type name of the node.
1.3.6.1.4.1.12325.1.2.1.4.1.4NgTypeNameread-onlycurrent
begemotNgNodeHooks
OBJECT-TYPE
Number of hooks on this node.
1.3.6.1.4.1.12325.1.2.1.4.1.5Unsigned32read-onlycurrent
begemotNgHookTable
OBJECT-TYPE
A table containing information about all netgraph hooks.
1.3.6.1.4.1.12325.1.2.1.5not-accessiblecurrent
begemotNgHookEntry
OBJECT-TYPE
Table entry that describes one netgraph node.
1.3.6.1.4.1.12325.1.2.1.5.1not-accessiblecurrent
begemotNgHookNodeId
OBJECT-TYPE
The 32bit node id of this node.
1.3.6.1.4.1.12325.1.2.1.5.1.1NgNodeIdnot-accessiblecurrent
begemotNgHookHook
OBJECT-TYPE
Name of the hook.
1.3.6.1.4.1.12325.1.2.1.5.1.2NgHookNameread-onlycurrent
begemotNgHookStatus
OBJECT-TYPE
Indicates whether the hook exists or not.
1.3.6.1.4.1.12325.1.2.1.5.1.3INTEGER {valid(1), invalid(2)}read-onlycurrent
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.4NgNodeIdread-onlycurrent
begemotNgHookPeerHook
OBJECT-TYPE
Name of the peer hook.
1.3.6.1.4.1.12325.1.2.1.5.1.5NgHookNameread-onlycurrent
begemotNgHookPeerType
OBJECT-TYPE
Name of the peer type.
1.3.6.1.4.1.12325.1.2.1.5.1.6NgTypeNameread-onlycurrent