lineState
MX-POTS-MIB ·
.0.1800.1.100.1.300
Object
column Enumeration
State
The current call control state for this channel:
* Idle: The line is available
* InUse: The line is currently used
* Disabled: The line is disabled
* Bypass: The line is on bypass
* Down: The power of the line is down
Context
- MIB
- MX-POTS-MIB
- OID
.0.1800.1.100.1.300- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lineEntry
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 'MX-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-POTS-MIB::lineState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-POTS-MIB::lineState.<lineId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-POTS-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-POTS-MIB::lineState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | idle |
200 | inUse |
300 | disabled |
400 | bypass |
500 | down |