All MIBs › ACMIB › twoWireSourceLineStatus
twoWireSourceLineStatus
Module: ACMIB
OID (symbolic): ACMIB::twoWireSourceLineStatus
OID (numeric): 1.3.6.1.4.1.1751.2.18.2.7.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: twoWireSource line status: 1: NoAlarm: No alarm present 2: SignalingFailureState 4: FacilityLoopBack 8: Maintenance 16: Out Of Service 32: OtherFailure
What is twoWireSourceLineStatus?
This OID is a bitmask (value 1 to 1023) that represents the combined operational state of the two-wire source line by combining multiple status flags such as alarm, loopback, and service state. Network engineers read this single value to quickly determine if the line is healthy, experiencing failures, out of service, or in test mode, allowing rapid diagnosis without checking multiple separate objects. A value of 1 means 'NoAlarm' (normal), 16 means 'Out Of Service', 32 means 'OtherFailure', and values like 24 indicate multiple issues combined (16 + 8 = Out Of Service + Maintenance).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.2.7.1.5 snmpwalk -v2c -c public <target> ACMIB::twoWireSourceLineStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.1751.2.18.2.7.1.5.1 snmpget -v2c -c public <target> ACMIB::twoWireSourceLineStatus.1
Start monitoring Lucent/Nortel Access Concentrator (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ACMIB::twoWireSourceLineStatus 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.2 | equipConfig | ACMIB |
| 1.3.6.1.4.1.1751.2.18.2.7 | twoWireSourcePortConfigTable | ACMIB |
| 1.3.6.1.4.1.1751.2.18.2.7.1 | twoWireSourcePortConfigEntry | ACMIB |
| 1.3.6.1.4.1.1751.2.18.2.7.1.5 | twoWireSourceLineStatus | ACMIB |