All MIBs › ACMIB › siteDateAndTime
siteDateAndTime
Module: ACMIB
OID (symbolic): ACMIB::siteDateAndTime
OID (numeric): 1.3.6.1.4.1.1751.2.18.1.19
Node type: OBJECT-TYPE
Type: DateAndTime
Access: read-write
Description: Current date and time: 11 octets octet# contents range ------ -------- ----- 1-2 year 0..65536 3 month 1..12 4 day 1..31 5 hour 0..23 6 minutes 0..59 7 seconds 0..60(60=leap second) 8 deci-seconds 0..9 9 direction from UTC '+'/'-' 10 hours from UTC 0..11 11 minutes from UTC 0..59
What is siteDateAndTime?
This OID stores the device's current date and time in an 11-octet structure (year, month, day, hour, minute, and precision details). Network engineers synchronize this across all network devices to ensure trap timestamps and log entries are accurate for root-cause analysis and incident correlation. Setting this to 2026/07/03 14:30:45 UTC aligns the device's clock with NTP time so all records match across your network.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.1.19 snmpwalk -v2c -c public <target> ACMIB::siteDateAndTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.1.19.1 snmpget -v2c -c public <target> ACMIB::siteDateAndTime.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.1751.2.18.1.19.1 s <value>
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::siteDateAndTime OID value, configure state conditions and alerts, and monitor any Lucent/Nortel Access Concentrator (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1751 | lucent | ACMIB |
| 1.3.6.1.4.1.1751.2 | mibs | ACMIB |
| 1.3.6.1.4.1.1751.2.18 | acMIB | ACMIB |
| 1.3.6.1.4.1.1751.2.18.1 | sysConfig | ACMIB |
| 1.3.6.1.4.1.1751.2.18.1.19 | siteDateAndTime | ACMIB |