All MIBs › SNMPv2-MIB › sysORUpTime
sysORUpTime
Module: SNMPv2-MIB
OID (symbolic): SNMPv2-MIB::sysORUpTime
OID (numeric): 1.3.6.1.2.1.1.9.1.4
Node type: OBJECT-TYPE
Type: TimeStamp
Access: read-only
Description:
The value of sysUpTime at the time this conceptual row was last instantiated.
What is sysORUpTime?
This is a timestamp (in hundredths of a second) recording when a particular MIB module was added or enabled on the device. Network engineers use it to track when device capabilities were last updated or when features came online. If this is much older than sysORLastChange, it indicates that older capabilities have been in place for a while.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.1.9.1.4 snmpwalk -v2c -c public <target> SNMPv2-MIB::sysORUpTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.1.9.1.4.1 snmpget -v2c -c public <target> SNMPv2-MIB::sysORUpTime.1
Example output:
SNMPv2-MIB::sysORUpTime.1 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.2 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.3 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.4 = Timeticks: (0) 0:00:00.00 SNMPv2-MIB::sysORUpTime.5 = Timeticks: (0) 0:00:00.00 ...
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.1 | system | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.1.9 | sysORTable | SNMPv2-MIB |
| 1.3.6.1.2.1.1.9.1 | sysOREntry | SNMPv2-MIB |
| 1.3.6.1.2.1.1.9.1.4 | sysORUpTime | SNMPv2-MIB |