All MIBs › ADVA-MIB › neDateAndTime
neDateAndTime
Module: ADVA-MIB
OID (symbolic): ADVA-MIB::neDateAndTime
OID (numeric): 1.3.6.1.4.1.2544.2.1.3
Node type: OBJECT-TYPE
Type: DateAndTime
Access: read-write
Description:
Reports the current local time on the Network Element. It also allows to set the local time. However, SET requests may not be supported by all products.
What is neDateAndTime?
This object represents and allows modification of the current local time on the network element, supporting both read and write operations. The value is encoded as a DateAndTime textual convention representing the system's local clock. An operator or management system would set this object to synchronize the device's time with a reference clock, which is critical for accurate logging and synchronization of network events.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.2.1.3 snmpwalk -v2c -c public <target> ADVA-MIB::neDateAndTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.2.1.3.1 snmpget -v2c -c public <target> ADVA-MIB::neDateAndTime.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2544.2.1.3.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> neDateAndTime.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.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.2 | common | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.1 | neInfo | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.1.3 | neDateAndTime | ADVA-MIB |