rcMltPrivateVlanType
RC-MLT-MIB ·
.1.3.6.1.4.1.2272.1.17.10.1.46
Object
column r/w
Enumeration
The mode used when private VLAN is associated with MLT. If the VLAN is not private then this is ignored. If the VLAN is private then the value must be either trunk, isolated, or promiscuous. Setting the value to trunk will enable tagging. Setting the value to isolated or promiscuous will remove non-private VLANs from the mlt.
Context
- MIB
- RC-MLT-MIB
- OID
.1.3.6.1.4.1.2272.1.17.10.1.46- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcMltEntry
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 'RC-MLT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-MLT-MIB::rcMltPrivateVlanType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-MLT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-MLT-MIB::rcMltPrivateVlanType.<rcMltId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-MLT-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-MLT-MIB::rcMltPrivateVlanType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | trunk |
2 | isolated |
3 | promiscuous |
4 | none |