All MIBs › ACC-SLOT › accSlotLastChangeY2K
accSlotLastChangeY2K
Module: ACC-SLOT
OID (symbolic): ACC-SLOT::accSlotLastChangeY2K
OID (numeric): 1.3.6.1.4.1.5.1.1.5.2.1.39
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
Time when a state change was last detected on this physical port. The seven byte long 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 accSlotLastChangeY2K?
This OID stores the exact timestamp when a physical port's state last changed, formatted as a seven-byte date-time structure compliant with year 2000 standards (year, month, day, hour, minute, second). Network engineers check this to identify when port problems started and correlate issues with maintenance windows or configuration changes. For example, a value of "2023 07 15 14 30 45" means the port's status changed on July 15, 2023 at 2:30 PM and 45 seconds.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.5.2.1.39 snmpwalk -v2c -c public <target> ACC-SLOT::accSlotLastChangeY2K
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.5.2.1.39.1 snmpget -v2c -c public <target> ACC-SLOT::accSlotLastChangeY2K.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.5 | accSlot | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.5.2 | accSlotTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.5.2.1 | accSlotEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.5.2.1.39 | accSlotLastChangeY2K | ACC-SLOT |