fcmPortAdminSpeed

FC-MGMT-MIB · .1.3.6.1.2.1.10.56.1.3.1.12

Object

column r/w Enumeration
The speed of the interface:
              
'auto'        - auto-negotiation
'tenGbs'      - 10Gbs
'fourGbs'     -  4Gbs
'twoGbs'      -  2Gbs
'oneGbs'      -  1Gbs
'halfGbs'     - 500Mbs
'quarterGbs'  - 250Mbs
'eighthGbs'   - 125Mbs

Context

MIB
FC-MGMT-MIB
OID
.1.3.6.1.2.1.10.56.1.3.1.12
Type
column
Access
readwrite
Status
current
Parent
fcmPortEntry
Groups
1

Walk 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 'FC-MGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FC-MGMT-MIB::fcmPortAdminSpeed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FC-MGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FC-MGMT-MIB::fcmPortAdminSpeed.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FC-MGMT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FC-MGMT-MIB::fcmPortAdminSpeed'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1auto
2eighthGbs
3quarterGbs
4halfGbs
5oneGbs
6twoGbs
7fourGbs
8tenGbs

Conformance

Member of
Compliance refinements
Write access is not required.