snmpTrapThrottle
A3COM0012-TRAPTABLE2 ·
.1.3.6.1.4.1.43.10.10.2.1.6
Object
column mandatory
r/w
Integer32
The maximum rate at which that snmpTrapDestination is willing to receive traps, specified as the minimum interval in milliseconds between traps. For example, a value of 2000 will limit traps sent to this destination to one trap every 2 seconds. A value of zero indicates that no trap throttling is required.
Context
- MIB
- A3COM0012-TRAPTABLE2
- OID
.1.3.6.1.4.1.43.10.10.2.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- snmpTrapEntry
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 'A3COM0012-TRAPTABLE2' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0012-TRAPTABLE2::snmpTrapThrottle'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'A3COM0012-TRAPTABLE2' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'A3COM0012-TRAPTABLE2::snmpTrapThrottle.<snmpTrapIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'A3COM0012-TRAPTABLE2' -M '/opt/observium/mibs/a3com:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'A3COM0012-TRAPTABLE2::snmpTrapThrottle'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-99999