adGenPluggablePortState
ADTRAN-PLUGGABLE-PORT-MIB ·
.1.3.6.1.4.1.664.5.70.4.1.1.1.5
Object
column Bits
Reports the state of the pluggable port; multiple
bits can be set for various details of 'portDown'. If the
port is 'portUp', there shouldn't be any other bits set.
portDown: Port is non-operational, for the following reasons:
portUnsupported: Implies the port is not an ADTRAN part.
portLos: Port has a Loss-of-Signal condition.
portLol: Port has a Loss-of-Lock condition.
portSignalDegrade: Port has high enough BER that it is degraded.
portSignalFail: Port has general failure condition.
portMissing: Pluggable is not plugged in.
cardMissing: Port exists on a peer card that is missing.
Context
- MIB
- ADTRAN-PLUGGABLE-PORT-MIB
- OID
.1.3.6.1.4.1.664.5.70.4.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenPluggablePortEntry
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 'ADTRAN-PLUGGABLE-PORT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-PLUGGABLE-PORT-MIB::adGenPluggablePortState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-PLUGGABLE-PORT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-PLUGGABLE-PORT-MIB::adGenPluggablePortState.<adGenPluggablePortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-PLUGGABLE-PORT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-PLUGGABLE-PORT-MIB::adGenPluggablePortState'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | portUnsupported |
1 | portUp |
2 | portDown |
3 | portLos |
4 | portLol |
5 | portSignalDegrade |
6 | portSignalFail |
7 | portMissing |
8 | cardMissing |