esModuleBroadcastStormBlocked
ES-MODULE-MIB ·
.1.3.6.1.4.1.437.1.1.2.1.2.1.1.14
Object
column mandatory
Enumeration
The current broadcast forwarding status of this module. If this module is blocked by broadcast storm control, the switch drops all broadcasts received from the module. If the module is a multi-port repeater, broadcast received from a repeater port is forwarded to all the other repeater ports in the same module. The broadcast is not forwarded other switched ports.
Context
- MIB
- ES-MODULE-MIB
- OID
.1.3.6.1.4.1.437.1.1.2.1.2.1.1.14- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- esModuleEntry
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 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::esModuleBroadcastStormBlocked'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES-MODULE-MIB::esModuleBroadcastStormBlocked.<esModuleIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES-MODULE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES-MODULE-MIB::esModuleBroadcastStormBlocked'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notBlocked |
2 | blocked |