stormControlType
ZELAX-MIB ·
.1.3.6.1.4.1.7840.2.1.100.3.3.1.2
Object
column Enumeration
broadcast(broadcast rate suppression),multicast(multicast rate suppression), unicast(unicast rate suppression),dlf(Destination Lookup Failure rate suppression), brmc(broadcast and multicast rate suppression),brmcdlf(Broadcast, multicast and DLF rate suppression)
Context
- MIB
- ZELAX-MIB
- OID
.1.3.6.1.4.1.7840.2.1.100.3.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- stormControlEntry
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 'ZELAX-MIB' -M '/opt/observium/mibs/zelax:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZELAX-MIB::stormControlType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZELAX-MIB' -M '/opt/observium/mibs/zelax:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZELAX-MIB::stormControlType.<stormControlIndex>.<stormControlType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZELAX-MIB' -M '/opt/observium/mibs/zelax:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZELAX-MIB::stormControlType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | broadcast |
1 | multicast |
2 | unicast |
3 | dlf |
4 | brmc |
5 | brmcdlf |
6 | all |