All MIBs › ACMIB › oamTestFailureReasonCode
oamTestFailureReasonCode
Module: ACMIB
OID (symbolic): ACMIB::oamTestFailureReasonCode
OID (numeric): 1.3.6.1.4.1.1751.2.18.15.21
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: An identified reason why an OAM Loopback Test request has failed.
invalidSPCforOAM: There is no such slot/port/channel in this box. invalidIntfForOAM: There is no such interface that OAM enabled. invalidLocationLength: The length of the Loopback Lo cation ID id not valid. oamNotSupportedForThisConnection: This connection is not OAM enabled.so OAM loopback is invalid test. loopbackTestAlreadyRunning: OAM loopback is waiting for response,not expect for another test. loopbackTestNotRunning: Invalid Test Actio. oamLocalResourcesUnavailable: Memery Alloc Fail.
What is oamTestFailureReasonCode?
This read-only integer explains why an OAM (Operations, Administration, and Maintenance) loopback test failed, with codes like invalidSPCforOAM when the slot/port/channel doesn't exist or oamNotSupportedForThisConnection when the circuit isn't OAM-enabled. Network troubleshooters use this when diagnosing circuit problems, since OAM tests verify path connectivity and latency. For instance, loopbackTestAlreadyRunning means another OAM test is in progress, so you need to wait before retrying.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.21 snmpwalk -v2c -c public <target> ACMIB::oamTestFailureReasonCode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.15.21.1 snmpget -v2c -c public <target> ACMIB::oamTestFailureReasonCode.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::oamTestFailureReasonCode OID value, configure state conditions and alerts, and monitor any Lucent/Nortel Access Concentrator (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.1751 | lucent | ACMIB |
| 1.3.6.1.4.1.1751.2 | mibs | ACMIB |
| 1.3.6.1.4.1.1751.2.18 | acMIB | ACMIB |
| 1.3.6.1.4.1.1751.2.18.15 | returnCode | ACMIB |
| 1.3.6.1.4.1.1751.2.18.15.21 | oamTestFailureReasonCode | ACMIB |