All MIBs › RAD-MIB › systemTime
systemTime
Module: RAD-MIB
OID (symbolic): RAD-MIB::systemTime
OID (numeric): 1.3.6.1.4.1.164.6.2.14.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description:
System time.
What is systemTime?
This writable string parameter stores the current system time on the device in a displayable format. It can be read to query the system clock or written to set the system time if manual synchronization is needed. Network operators use this to verify time synchronization on the device or manually correct clock drift before configuring NTP.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.14.2 snmpwalk -v2c -c public <target> RAD-MIB::systemTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.14.2.1 snmpget -v2c -c public <target> RAD-MIB::systemTime.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.6.2.14.2.1 s <value>
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.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.6 | radGen | DACS-MIB |
| 1.3.6.1.4.1.164.6.2 | agnt | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.14 | systemTiming | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.14.2 | systemTime | RAD-MIB |