ctActionExtensionAdminStatus

EVENT-ACTIONS-MIB · .1.3.6.1.4.1.52.4.3.4.1.2.1.5

Object

column obsolete r/w Enumeration
Defines the desired state for this particular action 
extension entry.
              
An extension may be enabled by setting a value of enable(1)
When enabled an extension will execute whenever the specified event
is generated.
              
An extension may be disabled by setting a value of disable(2).
When disabled a given extension will not be executed when the
specified event is generated.  However the extension remains
valid to be enabled later.

Context

MIB
EVENT-ACTIONS-MIB
OID
.1.3.6.1.4.1.52.4.3.4.1.2.1.5
Type
column
Access
readwrite
Status
obsolete
Parent
ctActionExtensionEntry

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 'EVENT-ACTIONS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EVENT-ACTIONS-MIB::ctActionExtensionAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EVENT-ACTIONS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EVENT-ACTIONS-MIB::ctActionExtensionAdminStatus.<ctActionObjectBase>.<ctActionExtensionID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EVENT-ACTIONS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EVENT-ACTIONS-MIB::ctActionExtensionAdminStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1enable
2disable
3delete