cnVlanPortMemberIngressType
CENTILLION-VLAN-MIB ·
.1.3.6.1.4.1.930.2.1.2.31.2.1.1.5
Object
column mandatory
r/w
Enumeration
The method used to classify ingress frames on this
port into this VLAN. The allowed values are specific to
the cnVlanType of the VLAN as follows:
byPort: pvid or tag
byProtocolId: pvid, tag, or protocolId
Allowable values may also be restricted by the
VLAN capabilities of this port.
Context
- MIB
- CENTILLION-VLAN-MIB
- OID
.1.3.6.1.4.1.930.2.1.2.31.2.1.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- cnVlanPortMemberEntry
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 'CENTILLION-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CENTILLION-VLAN-MIB::cnVlanPortMemberIngressType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CENTILLION-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CENTILLION-VLAN-MIB::cnVlanPortMemberIngressType.<cnVlanPortMemberCard>.<cnVlanPortMemberPort>.<cnVlanPortMemberVID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CENTILLION-VLAN-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CENTILLION-VLAN-MIB::cnVlanPortMemberIngressType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pvid |
2 | tag |
3 | protocolId |