genPortVLANMode
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.9.1.1.19
Object
column mandatory
r/w
Enumeration
This item defines the VLAN operation mode of the port:
perPortOnly(1) - indicates that all received packets are mapped to the VLAN, defined on the
port, and packets are transmitted in untagged format;
dot1QTagging(2) - indicates that all received packets are mapped to VLANs according to
802.1Q standard. All transmitted packets are tagged according to the standard 802.1Q tagging;
plusTagging(3) - indicates that all packets recieved and transmitted on that port are tagged
according to Lannet-s PlusTagging scheme. This mode is used when inter-VLAN bridging
should be supported;
islTagging(4) - indicates that all packets recieved and transmitted on that port are tagged
according to the proprietary ISL mode of Lannet;
dot1QTaggingButPVID(5) - indicates that all received packets are mapped to VLANs
according to 802.1Q standard. All transmitted packets are tagged according to the standard
802.1Q tagging, exluding packets that belong to the port-s VLAN,which are transmitted untagged.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.9.1.1.19- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- genPortEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genPortVLANMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::genPortVLANMode.<genPortGroupId>.<genPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::genPortVLANMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | perPortOnly |
2 | dot1QTagging |
3 | plusTagging |
4 | islTagging |
5 | dot1QTaggingButPVID |
255 | notSupported |