bmonEnabled
IBM-LES-BUS-MIB ·
.1.3.6.1.4.1.2.6.118.1.2.1.1.1.1.1.21
Object
Enable BUS Monitor for ELAN. When TRUE, host usage of the Broadcast and Unknown Server is monitored. Periodic sampling is performed to provide information on the top N heaviest users of the BUS. Here, a user is defined as any MAC address originating data frames to the BUS. Information is available on the last sample interval. When FALSE, BUS Monitoring is not performed.
Context
- MIB
- IBM-LES-BUS-MIB
- OID
.1.3.6.1.4.1.2.6.118.1.2.1.1.1.1.1.21- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ibmLesBusConfEntry
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 'IBM-LES-BUS-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-LES-BUS-MIB::bmonEnabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-LES-BUS-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-LES-BUS-MIB::bmonEnabled.<lesConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-LES-BUS-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-LES-BUS-MIB::bmonEnabled'
Syntax
- Source
- SNMPv2-TC-v1TruthValue
- Base type
Enumeration
Values & Constraints
Type Values
1 | true |
2 | false |