All MIBs › ACC-SYSTEM › accSysBootTimeY2K
accSysBootTimeY2K
Module: ACC-SYSTEM
OID (symbolic): ACC-SYSTEM::accSysBootTimeY2K
OID (numeric): 1.3.6.1.4.1.5.1.1.1.4.11
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
The seven bytes long octet string indicates system boot time. The octet string represents year 2000 compliant date and time, and is laid out in the following structured format: 2 Byte unsigned short value of year 1 Byte value of month 1 Byte value of day of the month 1 Byte value of hour 1 Byte value of minutes 1 Byte value of seconds
What is accSysBootTimeY2K?
Records the Y2K-compliant system boot time using a 7-byte structure containing 2-byte year, month, day, hour, minute, and second fields. Engineers analyze this to determine exact boot timestamps for troubleshooting unexpected reboots and calculating accurate uptime statistics. A boot time of 0x07E6 01 10 08 15 20 shows the device last started on January 10, 2022 at 8:15:20 AM.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.4.11 snmpwalk -v2c -c public <target> ACC-SYSTEM::accSysBootTimeY2K
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.4.11.1 snmpget -v2c -c public <target> ACC-SYSTEM::accSysBootTimeY2K.1
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.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1 | accSystem | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.4 | accClock | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.1.4.11 | accSysBootTimeY2K | ACC-SYSTEM |