docsDevEvReporting

DOCS-CABLE-DEVICE-MIB · .1.3.6.1.2.1.69.1.5.7.1.2

Object

column r/w Bits
Defines the action to be taken on occurrence of this
event class.  Implementations may not necessarily
support all options for all event classes but at
minimum must allow traps and syslogging to be
disabled.
              
If the local(0) bit is set, then log to the internal
log and update non-volatile store, for backward
compatibility with the original RFC 2669 definition.
If the traps(1) bit is set, then generate
an SNMP trap; if the syslog(2) bit is set, then
send a syslog message (assuming that the syslog address
is set).  If the localVolatile(8) bit is set, then
log to the internal log without updating non-volatile
store.  If the stdInterface(9) bit is set, then the
agent ignores all other bits except the local(0),
syslog(2), and localVolatile(8) bits.  Setting the
stdInterface(9) bit indicates that RFC3413 and
RFC3014 are being used to control event reporting
mechanisms.

Context

MIB
DOCS-CABLE-DEVICE-MIB
OID
.1.3.6.1.2.1.69.1.5.7.1.2
Type
column
Access
readwrite
Status
current
Parent
docsDevEvControlEntry
Groups
2

Walk 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 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-CABLE-DEVICE-MIB::docsDevEvReporting'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-CABLE-DEVICE-MIB::docsDevEvReporting.<docsDevEvPriority>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-CABLE-DEVICE-MIB::docsDevEvReporting'

Syntax

Bits

Values & Constraints

Enumerated Values
0local
1traps
2syslog
8localVolatile
9stdInterface

Conformance

Member of
Compliance refinements
It is compliant to implement this object as read-only.
Devices need only support local(0). An agent need not
enforce that trap or syslog logging be accompanied
by local(0) or localVolatile(3) logging.
It is compliant to implement this object as read-only.
Devices need only support local(0).
It is compliant to implement this object as read-only.
Devices need only support local(0).