ieee8021BridgePortEncodingDropEligible
IEEE8021-BRIDGE-MIB ·
.1.3.111.2.802.1.1.2.1.3.6.1.5
Object
column SNMPv2-TCTruthValue
The specific row in Table 6-2 (6.9.3) indicating the drop eligibility. A value of true(1) means eligible for drop.
Context
- MIB
- IEEE8021-BRIDGE-MIB
- OID
.1.3.111.2.802.1.1.2.1.3.6.1.5- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- ieee8021BridgePortEncodingEntry
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 'IEEE8021-BRIDGE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8021-BRIDGE-MIB::ieee8021BridgePortEncodingDropEligible'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IEEE8021-BRIDGE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE8021-BRIDGE-MIB::ieee8021BridgePortEncodingDropEligible.<ieee8021BridgePortEncodingComponentId>.<ieee8021BridgePortEncodingPortNum>.<ieee8021BridgePortEncodingPriorityCodePointRow>.<ieee8021BridgePortEncodingPriorityCodePoint>.<ieee8021BridgePortEncodingDropEligible>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IEEE8021-BRIDGE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IEEE8021-BRIDGE-MIB::ieee8021BridgePortEncodingDropEligible'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |