SNMP-FRAMEWORK-MIB
Functions Overview
An SNMP engine provides services for sending and receiving messages, authenticating and encrypting messages, and controlling access to managed objects. There is an association between an SNMP engine and the SNMP entity which contains it.
The engine contains:
A dispatcher
A message processing subsystem
A security subsystem
An access control subsystem
For the description of SNMP engineer, refer to RFC 2261 and RFC 2271.
The OID of the root object is as follows:
iso(1).org(3).dod(6).internet(1).snmpV2(6).snmpModules(3).snmpFrameworkMIB(10)
Description of Single Objects
snmpEngineID
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.10.2.1.1 |
snmpEngineID |
SnmpEngineID | Read-only |
An SNMP engine's administratively-unique identifier. This information SHOULD be stored in non-volatile storage so that it remains constant across re-initializations of the SNMP engine. |
Currently, the value range from 5 to 32. |
snmpEngineBoots
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.10.2.1.2 |
snmpEngineBoots |
Integer (1..2147483647) |
Read-only |
The number of times that the SNMP engine has (re-)initialized itself since snmpEngineID was last configured. |
This object is implemented as defined in the corresponding MIB files. |
snmpEngineTime
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.10.2.1.3 |
snmpEngineTime |
Integer (0..2147483647) |
Read-only |
The number of seconds since the value of the snmpEngineBoots object last changed. When incrementing this object's value would cause it to exceed its maximum, snmpEngineBoots is incremented as if a re-initialization had occurred, and this object's value consequently reverts to zero. |
This object is implemented as defined in the corresponding MIB files. |
snmpEngineMaxMessageSize
OID |
Object Name |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.10.2.1.4 |
snmpEngineMaxMessageSize |
Integer (484..2147483647) |
Read-only |
The maximum length in octets of an SNMP message which this SNMP engine can send or receive and process, determined as the minimum of the maximum message size values supported among all of the transports available to and supported by the engine. The value ranges from 484 to 17940. The value contains the size of UDP header that is 1500 bytes by default. |
This object is implemented as defined in the corresponding MIB files. |