vlanCMMTagging
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.8
Object
column mandatory
r/w
Enumeration
This object allows the user to set whether VLAN tagging
is enabled for this VLAN entry.
This object is only configurable for the entry with the
vlanCMMIndex value of 1.
By default, the entry with the vlanCMMIndex value of 1
(default VLAN entry) will have this object set to
disable(0), all other entries will have this object set to
enable(1).
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.9.1.20.20.1.8- 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::vlanCMMTagging'
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::vlanCMMTagging.<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::vlanCMMTagging'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | enable |