bdEntAllowFdbLookup
DC-BD-MIB ·
.1.2.826.0.1.1578918.5.3.29.1.1.1.11
Object
When using multiple instances of the BD stub it is possible that only one of these instances should be allowed to read FDB entries from the dataplane. If this field is set to 'true' then the BD stub will call into the dataplane to fill in requests for a row in the bdFdbTable. Otherwise, no call will be made.
Context
- MIB
- DC-BD-MIB
- OID
.1.2.826.0.1.1578918.5.3.29.1.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bdEntEntry
- Groups
- 1
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 'DC-BD-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BD-MIB::bdEntAllowFdbLookup'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DC-BD-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DC-BD-MIB::bdEntAllowFdbLookup.<bdEntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DC-BD-MIB' -M '/opt/observium/mibs/versa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DC-BD-MIB::bdEntAllowFdbLookup'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |
Conformance
Member of