- Table of Contents
-
- 21-Network Management and Monitoring
- 01-DISMAN-EVENT-MIB
- 02-DISMAN-PING-MIB
- 03-DISMAN-TRACEROUTE-MIB
- 04-HH3C-NQA-MIB
- 05-HH3C-NTP-MIB
- 06-HH3C-RMON-EXT2-MIB
- 07-HH3C-SNMP-EXT-MIB
- 08-RMON-MIB
- 09-RMON2-MIB
- 10-SFLOW-MIB
- 11-SNMP-FRAMEWORK-MIB
- 12-SNMP-MPD-MIB
- 13-SNMP-NOTIFICATION-MIB
- 14-SNMP-TARGET-MIB
- 15-SNMP-USER-BASED-SM-MIB
- 16-SNMP-VIEW-BASED-ACM-MIB
- 17-SNMPv2-MIB
- Related Documents
-
Title | Size | Download |
---|---|---|
11-SNMP-FRAMEWORK-MIB | 55.25 KB |
Contents
SNMP-FRAMEWORK-MIB
About this MIB
Use this MIB to obtain information about the SNMP engine, which provides functions for authenticating and encrypting messages and controlling access to managed objects.
MIB file name
rfc2571-snmp-framework.mib
Root object
iso(1).org(3).dod(6).internet(1).snmpV2(6).snmpModules(3).snmpFrameworkMIB(10)
Scalar objects
snmpEngineID
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
snmpEngineID (1.3.6.1.6.3.10.2.1.1) |
read-only |
SnmpEngineID |
Standard MIB values. |
SNMP engine ID. |
As per the MIB. The SNMP engine ID has a length of 16 octets by default. · The first four octets are the enterprise ID of the SNMP entity (assigned by IANA). The very first bit is set to 1. For example, if the H3C enterprise ID is 25506, the first four octets of SNMP engine ID is 0x80 0x00 0x63 0xa2. · The fifth octet is 0x80, indicating that the remaining octets are defined by the enterprise. · Starting from the sixth octet is the lowest MAC address of the device. The remaining four octets are the MDC number. |
snmpEngineBoots
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
snmpEngineBoots (1.3.6.1.6.3.10.2.1.2) |
read-only |
Integer32 |
Integer32 (1..2147483647) |
Number of (re-)initialization of the SNMP engine since the most recent configuration of snmpEngineID. |
If the SNMP protocol stack is enabled from disabled state, the object value automatically increases by 1. If the SNMP engine ID is changed, the object value is restored to 1. If snmpEngineTime reaches its maximum value, the object value automatically increases by 1. |
snmpEngineTime
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
snmpEngineTime (1.3.6.1.6.3.10.2.1.3) |
read-only |
Integer32 |
Integer32 (0..2147483647) |
Time in seconds since the most recent change of the value of snmpEngineBoots. |
As per the MIB. |
snmpEngineMaxMessageSize
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
snmpEngineMaxMessageSize (1.3.6.1.6.3.10.2.1.4) |
read-only |
Integer32 |
Integer32 (484..2147483647) |
Maximum length (in octets) of an SNMP message that the SNMP engine can send or receive and process. |
As per the MIB. |