All MIBs › CLARENT-MIB › cSysOperation
cSysOperation
Module: CLARENT-MIB
OID (symbolic): CLARENT-MIB::cSysOperation
OID (numeric): 1.3.6.1.4.1.2858.100.6.2.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: User can reboot the system by issuing an enableShutdown operation followed by a startShutdown operation. When the system is enabled for shutdown the clarent shutdowntrap is emitted, disableShutdown inhibits shutdown until an enableShutdown is received. Default state is Shutdown disabled
What is cSysOperation?
This read-write integer is the control object an admin uses to reboot the Clarent element gracefully, by first setting it to enableShutdown(0), which triggers the Clarent shutdown trap, and then to startShutdown(2) to actually begin the shutdown, with disableShutdown(1) as the default that blocks shutdown until re-armed. It exists to enforce a deliberate two-step confirmation before a network element carrying live calls is taken down. For example, an admin planning maintenance sets cSysOperation to enableShutdown(0) first, waits for the shutdown trap notification, then sets it to startShutdown(2) to actually reboot the element.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2858.100.6.2.1 snmpwalk -v2c -c public <target> CLARENT-MIB::cSysOperation
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2858.100.6.2.1.1 snmpget -v2c -c public <target> CLARENT-MIB::cSysOperation.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2858.100.6.2.1.1 i <value>
Start monitoring Clarent VoIP gateway (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CLARENT-MIB::cSysOperation OID value, configure state conditions and alerts, and monitor any Clarent VoIP gateway (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.2858 | clarent | CLARENT-MIB |
| 1.3.6.1.4.1.2858.100 | mgt | CLARENT-MIB |
| 1.3.6.1.4.1.2858.100.6 | cSysManagement | CLARENT-MIB |
| 1.3.6.1.4.1.2858.100.6.2 | cSysControl | CLARENT-MIB |
| 1.3.6.1.4.1.2858.100.6.2.1 | cSysOperation | CLARENT-MIB |