cylinkLinkState
IBM6611-MIB ·
.1.3.6.1.4.1.2.6.2.3.1.1.1.2
Object
column mandatory
Enumeration
The current state of the link. The meanings
of the values are:
cylinkNotConnected(1)
The link is not physically connected
to the CSU. This may be due to loss of
input circuit or loss of output circuit.
cylinkNoInput(2)
The input circuit is not connected.
cylinkNoOutput(3)
The output circuit is not connected.
cylinkConnected(4)
The link is connected to the CSU.
Context
- MIB
- IBM6611-MIB
- OID
.1.3.6.1.4.1.2.6.2.3.1.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cylinkStatusEntry
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 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::cylinkLinkState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM6611-MIB::cylinkLinkState.<cylinkIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM6611-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM6611-MIB::cylinkLinkState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cylinkNotConnected |
2 | cylinkNoInput |
3 | cylinkNoOutput |
4 | cylinkConnected |