All MIBs › PROTEON-MIB › proElsSubSysEventMsg
proElsSubSysEventMsg
Module: PROTEON-MIB
OID (symbolic): PROTEON-MIB::proElsSubSysEventMsg
OID (numeric): 1.3.6.1.4.1.1.6.2.3.1.2
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
The unformatted textual description for the message. It provides the message text related to this event and indiates where specific information will be filled in when the message is displayed on the console or sent in an SNMP trap.
For example, the text for the IP.008 event is:
no rte %I -> %I dsc
When sent in an SNMP trap, the variable binding of the trap has this text with the specific IP addresses fillled in. The format of this string is one of the two following formats:
If ELS timestamping is enabled:
hr:min:sec subsys_name.event_num: message_text
For example - 09:32:56 IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc
If ELS timestamping is disabled:
subsys_name.event_num: message_text
For example - IP.008: no rte 9.7.1.8 -> 9.7.4.3 dsc
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1.6.2.3.1.2 snmpwalk -v2c -c public <target> PROTEON-MIB::proElsSubSysEventMsg
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1.6.2.3.1.2.1 snmpget -v2c -c public <target> PROTEON-MIB::proElsSubSysEventMsg.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> proElsSubSysEventMsg.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.1 | proteon | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6 | proSystem | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6.2 | proEls | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6.2.3 | proElsSubSysEventTable | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6.2.3.1 | proElsSubSysEventTableEntry | OpenROUTE-MIB |
| 1.3.6.1.4.1.1.6.2.3.1.2 | proElsSubSysEventMsg | PROTEON-MIB |