networkInterfacesStatusVlanOverrideEnable
MX-BNI-MIB ·
.0.200.1.2000.1.600
Object
column MX-TCMxEnableState
VLAN Override Enable
Indicates if the VLAN ID of the current network interface has
been overridden by the values received from the LLDP protocol.
* Enable: The network interface VLAN configuration is
overridden by LLDP.
* Disable: The network interface VLAN configuration is not
overridden.
Context
- MIB
- MX-BNI-MIB
- OID
.0.200.1.2000.1.600- Type
- column
- Access
- readonly
- Status
- current
- Parent
- networkInterfacesStatusEntry
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 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::networkInterfacesStatusVlanOverrideEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-BNI-MIB::networkInterfacesStatusVlanOverrideEnable.<networkInterfacesStatusIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-BNI-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-BNI-MIB::networkInterfacesStatusVlanOverrideEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |