All MIBs › CME-MIB › vlanCMMEntryStatus
vlanCMMEntryStatus
Module: CME-MIB
OID (symbolic): CME-MIB::vlanCMMEntryStatus
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.4
Node type: OBJECT-TYPE
Type: EntryStatus
Access: read-write
Description: This object manages the creation and deletion of this entry. The steps recommended to add a new VLAN entry are: 1. Create a new entry in this table vlanCMMEntryStatus = createRequest 2. Set vlanCMMVlanId as required. Then the entry will be valid.
valid(1) - Indicates that this entry is available for use.
createRequest(2) - A new entry will be created in this table and will transition to the vlanCMMEntryStatus value of underCreation(3).
underCreation(3) - Indicates that this entry exists in the agent but is unavailable for use. After completing the create operation, the agent will set this object to the value underCreation(3).
invalid(4) - Deletes this entry.
The entry with the vlanCMMIndex value of 1 (default VLAN entry) cannot be deleted.
What is vlanCMMEntryStatus?
This read-write object of type EntryStatus manages creation and deletion of a vlanCMMTable row, following the pattern of setting this to createRequest and then setting vlanCMMVlanId to make the entry valid. An administrator uses this object as the standard SNMP row-creation mechanism to add a brand-new VLAN entry to the table. For example, an admin sets this object to createRequest, then immediately sets the new row's vlanCMMVlanId to 200 to bring a fresh VLAN entry into existence.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.4 snmpwalk -v2c -c public <target> CME-MIB::vlanCMMEntryStatus
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.20.1.4.1 snmpget -v2c -c public <target> CME-MIB::vlanCMMEntryStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.4.1 s <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::vlanCMMEntryStatus 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.20 | vlanCMMTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1 | vlanCMMEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.4 | vlanCMMEntryStatus | CME-MIB |