slaUdpEchoAlarmType
MPSLA ·
.1.3.6.1.4.1.5651.3.20.1.1.201.7.100.1.14
Object
column r/w
Enumeration
RTR entity alarm type, log??log message, trap??snmp trap, logAndTrap-log message and snmp trap, noLogAndtrap-no log message and no snmp trap,default.
Context
- MIB
- MPSLA
- OID
.1.3.6.1.4.1.5651.3.20.1.1.201.7.100.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sysSlaUdpEchoEntry
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 'MPSLA' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPSLA::slaUdpEchoAlarmType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MPSLA' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MPSLA::slaUdpEchoAlarmType.<slaUdpEchoTableEntityId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MPSLA' -M '/opt/observium/mibs/maipu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MPSLA::slaUdpEchoAlarmType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | log |
2 | trap |
3 | logAndTrap |
4 | noLogAndtrap |