All MIBs › SNMP-FRAMEWORK-MIB › snmpEngineTime
snmpEngineTime
Module: SNMP-FRAMEWORK-MIB
OID (symbolic): SNMP-FRAMEWORK-MIB::snmpEngineTime
OID (numeric): 1.3.6.1.6.3.10.2.1.3
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description: The number of seconds since the value of the snmpEngineBoots object last changed.
What is snmpEngineTime?
This value is a running seconds counter that resets to zero every time snmpEngineBoots increments, so together the two numbers act as a clock for how long the current SNMP engine incarnation has been up. SNMPv3 authentication uses this timeliness value to reject old or replayed requests, so monitoring tools rarely read it directly but rely on it working correctly under the hood. For example, a value of 3600 means the SNMP engine has been running continuously for one hour since its last boot-counter increment.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.6.3.10.2.1.3 snmpwalk -v2c -c public <target> SNMP-FRAMEWORK-MIB::snmpEngineTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.6.3.10.2.1.3.1 snmpget -v2c -c public <target> SNMP-FRAMEWORK-MIB::snmpEngineTime.1
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SNMP-FRAMEWORK-MIB::snmpEngineTime OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.6 | snmpV2 | DASAN-DHCP-MIB |
| 1.3.6.1.6.3 | snmpModules | RAPID-CITY |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.6.3.10 | snmpFrameworkMIB | SNMP-FRAMEWORK-MIB |
| 1.3.6.1.6.3.10.2 | snmpFrameworkMIBObjects | SNMP-FRAMEWORK-MIB |
| 1.3.6.1.6.3.10.2.1 | snmpEngine | SNMP-FRAMEWORK-MIB |
| 1.3.6.1.6.3.10.2.1.3 | snmpEngineTime | SNMP-FRAMEWORK-MIB |