callHomeDestProfileMsgLevel
CISCO-CALLHOME-MIB ·
.1.3.6.1.4.1.9.9.300.1.1.12.1.6
Object
This object contains the threshold level, used for filtering alert messages sent to a destination. Call Home alert message with severity level lower than the configured threshold level would not be sent. The default threshold level is debug (1), which means all the alert messages will be sent.
Context
- MIB
- CISCO-CALLHOME-MIB
- OID
.1.3.6.1.4.1.9.9.300.1.1.12.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- callHomeDestProfileEntry
- Groups
- 3
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-CALLHOME-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CALLHOME-MIB::callHomeDestProfileMsgLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CALLHOME-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CALLHOME-MIB::callHomeDestProfileMsgLevel.<callHomeDestProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CALLHOME-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CALLHOME-MIB::callHomeDestProfileMsgLevel'
Syntax
- Source
- CallHomeMsgLevel
- Base type
Enumeration
Values & Constraints
Type Values
1 | debug |
2 | normal |
3 | notification |
4 | warning |
5 | minor |
6 | major |
7 | critical |
8 | fatal |
9 | disaster |
10 | catastrophic |