adGenPluggablePortCapabilities
ADTRAN-PLUGGABLE-PORT-MIB ·
.1.3.6.1.4.1.664.5.70.4.1.1.1.4
Object
column Bits
Reports the capabilities of the pluggable port; whether the port is pluggable (0) (if not pluggable, the port might still be able to report optical data), or if the bit error rate is readable (1). Also reports if the voltage is readable (2), wavelength is readable (3), if the diagnostics information is available (4) or if wavelength is provisionable (5). If diagnostics are available, values in adGenPluggablePortRxPower, adGenPluggablePortTxPower, adGenPluggablePortTxBias, adGenPluggablePortTemperature, and adGenPluggablePortVoltage are valid. If wavelength provisioning is available then use adGenPluggablePortProvTable to provision wavelength or channel.
Context
- MIB
- ADTRAN-PLUGGABLE-PORT-MIB
- OID
.1.3.6.1.4.1.664.5.70.4.1.1.1.4- 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::adGenPluggablePortCapabilities'
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::adGenPluggablePortCapabilities.<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::adGenPluggablePortCapabilities'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | pluggable |
1 | berReadable |
2 | voltageReadable |
3 | wavelengthReadable |
4 | diagnosticsAvailable |
5 | wavelengthProvisionable |