esconPortInFiberStatus
IBMESCON-MIB ·
.1.3.6.1.4.1.2.5.17.1.1.1.2
Object
column mandatory
Enumeration
Status of the fiber into this device from the host:
inLoff = the light is off on the fiber into
this device from the host
inOls = the fiber into this device from the
host is in an intermediate state between
light-off and light-on
inIdle = the fiber into this device from the
host is in the light-on state, and is
ready to transfer data from the host to
this device
inUnknown = the agent cannot determine the status of
the fiber into this device from the host
Context
- MIB
- IBMESCON-MIB
- OID
.1.3.6.1.4.1.2.5.17.1.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- esconPortEntry
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 'IBMESCON-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMESCON-MIB::esconPortInFiberStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBMESCON-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMESCON-MIB::esconPortInFiberStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBMESCON-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBMESCON-MIB::esconPortInFiberStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inLoff |
2 | inOls |
3 | inIdle |
4 | inUnknown |