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
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 '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
1 | auto |
2 | eighthGbs |
3 | quarterGbs |
4 | halfGbs |
5 | oneGbs |
6 | twoGbs |
7 | fourGbs |
8 | tenGbs |
Conformance
Member of
Compliance refinements
fcmgmtCompliance
readonly
Write access is not required.