genPortVLANBindingMode
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.9.1.1.23
Object
column mandatory
r/w
Enumeration
VLAN binding mode assigned to this port. static - this port supports only the egress VLAN list as configured manually in its corresponding dot1qVlanStaticEgressPort. This is the default VLAN Binding mode. bindToAll - this port supports the whole range of VLANs from VLAN ID 1 to the max VLAN ID supported by the device. bindToConfigured - this port supports the egress VLAN IDs for which dot1qVlanStaticTable rows exist. GVRP - this port supports the egress VLAN IDs configured manually in its corresponding dot1qVlanStaticEgressPort as well as VLAN IDs requested by the GVRP link partner.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.9.1.1.23- 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::genPortVLANBindingMode'
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::genPortVLANBindingMode.<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::genPortVLANBindingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | static |
2 | bindToAll |
3 | bindToConfigured |
4 | gVRP |
255 | notSupported |