All MIBs › CME-MIB › vlanCommitState
vlanCommitState
Module: CME-MIB
OID (symbolic): CME-MIB::vlanCommitState
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.9.1.20.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This object gives the status of whether there are VLAN-related changes pending that need to be committed, and allows a user to commit (save) any VLAN changes.
If changes are pending, reading this object will give a value of commitNeeded(2). If no changes are pending, this object will have the value of noChangesPending(1).
To save any VLAN-related changes so they do not revert back to previous settings, set this object to executeCommit(3) whenever this object has a value of commitNeeded(2).
What is vlanCommitState?
This read-write object reports commitNeeded(2) when VLAN-related changes are pending and not yet saved, or noChangesPending(1) when none are pending, and accepts executeCommit(3) written to it to save the pending VLAN changes permanently. An administrator writes executeCommit(3) here to make VLAN changes permanent before the automatic revert timeout expires. For example, an admin confirms their new VLAN configuration is working correctly, then sets this to executeCommit(3) well before the vlanCommitTimeout window closes so the changes aren't automatically rolled back.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.20.3 snmpwalk -v2c -c public <target> CME-MIB::vlanCommitState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.20.3.1 snmpget -v2c -c public <target> CME-MIB::vlanCommitState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.20.3.1 i <value>
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::vlanCommitState OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (13 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.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9 | networkConfiguration | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.1 | networkInterfaces | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.4.9.1.20 | vlanConfigure | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.1.20.3 | vlanCommitState | CME-MIB |