pktcDevEvThrottleAdminStatus

PKTC-EVENT-MIB · .1.3.6.1.4.1.4491.2.2.3.2.1

Object

scalar r/w Enumeration
This MIB Object controls the throttling of the 
transmitted messages upon generation of an event 
(SNMP/Syslog).
          
A value of unconstrained(1) causes event messages 
to be transmitted without regard to the threshold 
settings.
          
A value of maintainBelowThreshold(2) causes event
messages to be suppressed if the number of transmissions
would otherwise exceed the threshold.   
A value of stopAtThreshold(3) causes event message
transmission to cease at the threshold, and not 
resume until directed to do so.
          
A value of inhibited(4) causes all event message 
Transmission to be suppressed. 
          
An event causing both an SNMP and a Syslog message
is still treated as a single event.
          
Writing to this object resets the thresholding state.
          
Refer to MIB Objects pktcDevEvThrottleThreshold and 
pktcDevEvThrottleInterval for information on throttling.

Context

MIB
PKTC-EVENT-MIB
OID
.1.3.6.1.4.1.4491.2.2.3.2.1
Type
scalar
Access
readwrite
Status
current
Parent
pktcDevEventThrottle
Groups
1

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PKTC-EVENT-MIB::pktcDevEvThrottleAdminStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PKTC-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PKTC-EVENT-MIB::pktcDevEvThrottleAdminStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unconstrained
2maintainBelowThreshold
3stopAtThreshold
4inhibited

Conformance