All MIBs › ANS-COMMON-MIB › errorMessageRequestId
errorMessageRequestId
Module: ANS-COMMON-MIB
OID (symbolic): ANS-COMMON-MIB::errorMessageRequestId
OID (numeric): 1.3.6.1.4.1.193.96.115.1.2.1.1.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The value of the request-id (according to RFC 1157) of the SNMP request response that was received with an error status not equal to 'noError'.
What is errorMessageRequestId?
Reports the SNMP request-id (per RFC 1157) of a request whose response returned an error status other than 'noError', helping correlate the error to the originating request.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.193.96.115.1.2.1.1.1 snmpwalk -v2c -c public <target> ANS-COMMON-MIB::errorMessageRequestId
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.193.96.115.1.2.1.1.1.1 snmpget -v2c -c public <target> ANS-COMMON-MIB::errorMessageRequestId.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> errorMessageRequestId.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.193 | ericsson | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.96 | mlpmp | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.96.115 | mlpmpR115 | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.96.115.1 | common | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.96.115.1.2 | errorMessage | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.96.115.1.2.1 | errorMessageTable | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.96.115.1.2.1.1 | errorMessageEntry | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.96.115.1.2.1.1.1 | errorMessageRequestId | ANS-COMMON-MIB |