vlanCMMEntryStatus
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.4
Object
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.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- vlanCMMEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::vlanCMMEntryStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::vlanCMMEntryStatus.<vlanCMMIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::vlanCMMEntryStatus'
Syntax
- Source
- EntryStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | createRequest |
3 | underCreation |
4 | invalid |