MIB Viewer

genPortVLANBindingMode

OBJECT-TYPE
1.3.6.1.4.1.81.9.1.1.23
Access
read-write
Status
mandatory
Sub-identifiers
0
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.
INTEGER { static(1), bindToAll(2), bindToConfigured(3), gVRP(4), notSupported(255) }