ACC-SYSTEM :: accDateY2K

MIB Reference — IPNetwork Monitor

All MIBsACC-SYSTEMaccDateY2K

accDateY2K

Module: ACC-SYSTEM

OID (symbolic): ACC-SYSTEM::accDateY2K

OID (numeric): 1.3.6.1.4.1.5.1.1.1.4.10

Node type: OBJECT-TYPE

Type: OCTET STRING

Access: read-write

Description:

The seven byte long octet string indicates system date and 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 The valid range of values for each of the component is as follows: year 0..2079 month 1..12 day 1..31 hour 0..23 minutes 0..59 seconds 0..59

What is accDateY2K?

Stores the current system date and time in a Y2K-compliant 7-byte format containing 2-byte year, month, day, hour, minute, and second fields. Network administrators set this to maintain accurate device time for proper logging and timestamp correlation across the network and monitoring systems. The byte sequence 0x07E6 07 15 14 30 45 represents July 15, 2022 at 2:30:45 PM.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.4.10
snmpwalk -v2c -c public <target> ACC-SYSTEM::accDateY2K

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.1.4.10.1
snmpget -v2c -c public <target> ACC-SYSTEM::accDateY2K.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.1.4.10.1 s <value>

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.5accACC-MIB
1.3.6.1.4.1.5.1accSBARACC-MIB
1.3.6.1.4.1.5.1.1accBRGACC-MIB
1.3.6.1.4.1.5.1.1.1accSystemACC-MIB
1.3.6.1.4.1.5.1.1.1.4accClockACC-MIB
1.3.6.1.4.1.5.1.1.1.4.10accDateY2KACC-SYSTEM