trapEventLogType
RAINBOW-MIB ·
.1.3.6.1.4.1.12394.1.2.6.21.1.4
Object
column Enumeration
Trap ID defined in the TRAP-TYPE macro: 0 to 5 for the snmp MIB or 6 for other MIBs.
Context
- MIB
- RAINBOW-MIB
- OID
.1.3.6.1.4.1.12394.1.2.6.21.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbTrapEventLogEntry
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 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-MIB::trapEventLogType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAINBOW-MIB::trapEventLogType.<trapEventLogSeqNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAINBOW-MIB' -M '/opt/observium/mibs/alvarion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAINBOW-MIB::trapEventLogType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | coldStart |
1 | warmStart |
2 | linkDown |
3 | linkUp |
4 | authenticationFailure |
5 | egpNeighborLoss |
6 | enterpriseSpecific |