scGenPortStaticVLANBinding
XSWITCH-MIB ·
.1.3.6.1.4.1.81.28.1.4.1.1.12
Object
column mandatory
r/w
Enumeration
This object defines whether Static VLAN Binding is enabled or disabled on the port. If enabled, the port is member in the Egress List of the VLANs, as specified in scGenPortVLANEgressStaticConfiguration, in addition to its Port VLAN. If disabled, the port is member in the Egress List of the VLANs, according to the VLAN Tagging mode of the port - i.e. if VLAN Tagging mode is Clear, then the Port is member in the Egress List of only the Port VLAN. If VLAN Tagging mode is 802.1Qtagging, then the Port is member in the Egress List of all VLANs.
Context
- MIB
- XSWITCH-MIB
- OID
.1.3.6.1.4.1.81.28.1.4.1.1.12- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- scGenPortEntry
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 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenPortStaticVLANBinding'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XSWITCH-MIB::scGenPortStaticVLANBinding.<scGenPortGroupId>.<scGenPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XSWITCH-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XSWITCH-MIB::scGenPortStaticVLANBinding'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
255 | notSupported |