rcVlanPortPrivateVlanPortType
RC-VLAN-MIB ·
.1.3.6.1.4.1.2272.1.3.3.1.23
Object
column r/w
Enumeration
The type of port associated wiht private VLAN. 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 port.
Context
- MIB
- RC-VLAN-MIB
- OID
.1.3.6.1.4.1.2272.1.3.3.1.23- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcVlanPortEntry
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-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-VLAN-MIB::rcVlanPortPrivateVlanPortType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-VLAN-MIB::rcVlanPortPrivateVlanPortType.<rcVlanPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-VLAN-MIB::rcVlanPortPrivateVlanPortType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | trunk |
2 | isolated |
3 | promiscuous |
4 | none |