All MIBs › CISCO-TS-STACK-MIB › ciscoTsSysCurTime
ciscoTsSysCurTime
Module: CISCO-TS-STACK-MIB
OID (symbolic): CISCO-TS-STACK-MIB::ciscoTsSysCurTime
OID (numeric): 1.3.6.1.4.1.9.5.32.1.1.4
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description: Current time at the switch. To set the time use the format yyyy mm dd hh mm ss. All fields are required. Setting this object will reset the time in all the switches in the stack to the new value.
What is ciscoTsSysCurTime?
This read-write DisplayString both reports and sets the switch's current time, and per the description the value must be supplied in the exact 'yyyy mm dd hh mm ss' format with every field present. Writing to this object doesn't just change the local clock, it propagates the new time to every switch in the stack at once, which matters for correlating syslog and trap timestamps across the stack after a manual clock correction. An admin might set it to '2026 08 07 09 15 00' to align the whole stack after daylight-saving drift.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.5.32.1.1.4 snmpwalk -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsSysCurTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.5.32.1.1.4.1 snmpget -v2c -c public <target> CISCO-TS-STACK-MIB::ciscoTsSysCurTime.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.5.32.1.1.4.1 s <value>
Start monitoring Cisco stackable terminal server (async port aggregation, legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-TS-STACK-MIB::ciscoTsSysCurTime OID value, configure state conditions and alerts, and monitor any Cisco stackable terminal server (async port aggregation, legacy) from a single console.
OID Breakdown
Upper-level ancestors (9 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 |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.5 | workgroup | CISCO-ES-STACK-MIB |
| 1.3.6.1.4.1.9.5.32 | tsStack | CISCO-STACK-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.5.32.1 | ciscoTsMain | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.1.1 | ciscoTsConfig | CISCO-TS-STACK-MIB |
| 1.3.6.1.4.1.9.5.32.1.1.4 | ciscoTsSysCurTime | CISCO-TS-STACK-MIB |