All MIBs › ACC-X25 › accX25EventUpTime
accX25EventUpTime
Module: ACC-X25
OID (symbolic): ACC-X25::accX25EventUpTime
OID (numeric): 1.3.6.1.4.1.5.1.1.17.10.1.4
Node type: OBJECT-TYPE
Type: TimeTicks
Access: read-only
Description:
SysUpTime when event occurred.
What is accX25EventUpTime?
This read-only field records the system uptime (in TimeTicks, typically in hundredths of a second) at the moment the X.25 event occurred. A network engineer uses this timestamp to correlate the event with other system logs and to establish a timeline of failures or anomalies. For example, accX25EventUpTime = 123456789 TimeTicks means the event happened about 34 hours after the router started.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.17.10.1.4 snmpwalk -v2c -c public <target> ACC-X25::accX25EventUpTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.17.10.1.4.1 snmpget -v2c -c public <target> ACC-X25::accX25EventUpTime.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accX25EventUpTime.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.17 | accX25 | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.17.10 | accX25EventTable | ACC-X25 |
| 1.3.6.1.4.1.5.1.1.17.10.1 | accX25EventEntry | ACC-X25 |
| 1.3.6.1.4.1.5.1.1.17.10.1.4 | accX25EventUpTime | ACC-X25 |