ciscoEsTrapRcvrStatus
CISCO-ES-STACK-MIB ·
.1.3.6.1.4.1.9.5.14.1.1.25.1.2
Object
column mandatory
r/w
Enumeration
Setting the value of this object to invalid(3)
deletes the row from the table. The value
invalid(3) should never be returned on a GET.
Setting this value to create(4) causes a new row
to be created if the row does not already exist.
To create a new row set ciscoEsTrapRcvrStatus to
create(4) and ciscoEsTrapRcvrIndex to any valid
index which does not already exist.
The value returned on GETs should be valid(2) or
other(1), which is used to indicate any other
condition.
Context
- MIB
- CISCO-ES-STACK-MIB
- OID
.1.3.6.1.4.1.9.5.14.1.1.25.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ciscoEsTrapRcvrEntry
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 'CISCO-ES-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ES-STACK-MIB::ciscoEsTrapRcvrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ES-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ES-STACK-MIB::ciscoEsTrapRcvrStatus.<ciscoEsTrapRcvrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ES-STACK-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ES-STACK-MIB::ciscoEsTrapRcvrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | valid |
3 | invalid |
4 | create |