All MIBs › IBM-BCCUSTOM-MIB › portModuleSpeedList
portModuleSpeedList
Module: IBM-BCCUSTOM-MIB
OID (symbolic): IBM-BCCUSTOM-MIB::portModuleSpeedList
OID (numeric): 1.3.6.1.4.1.2.6.215.2.1.1.1.9
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The string contains all the available speed settings that is applicable to the port.
It is a special format so the application can parse the string to obtain all the
possible speed settings. The speeds supported are define by 927 a token inside the
pair of <> brackets. Inside the bracket there are two parts: the speed number
which is the multiple of 100 Mbps and a word either HALF or FULL. For examples:
<1 HALF> indicates 100 Mbps Half Duplex.
<1 FULL> is 100 Mbps Full Duplex.
<10 FULL> is 1 Gbps FULL Duplex.
<20 FULL> is 2 Gbps FULL Duplex.
<40 FULL> is 4 Gbps FULL Duplex
<60 FULL> is 6 Gbps FULL Duplex
<80 FULL> is 8 Gbps FULL Duplex
<100 FULL> is 10 Gbps FULL Duplex.
<140 FULL> is 14 Gbps FULL Duplex.
<160 FULL> is 16 Gbps FULL Duplex.
<200 FULL> is 20 Gbps FULL Duplex
<400 FULL> is 40 Gbps FULL Duplex
<560 FULL> is 56 Gbps FULL Duplex
<600 FULL> is 60 Gbps FULL Duplex.
<800 FULL> is 80 Gbps FULL Duplex.
<1000 FULL> is 100 Gbps FULL Duplex.
<1120 FULL> is 112 Gbps FULL Duplex.
<1680 FULL> is 168 Gbps FULL Duplex.
What is portModuleSpeedList?
Returns a specially formatted string listing every speed/duplex setting a port supports, using bracketed tokens like <1 HALF>, <10 FULL>, or <AUTO>, terminated by <END>, with the first token always reflecting the port's current setting. An admin's management tool parses this to build the list of valid speed choices to offer for that specific port.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.6.215.2.1.1.1.9 snmpwalk -v2c -c public <target> IBM-BCCUSTOM-MIB::portModuleSpeedList
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.6.215.2.1.1.1.9.1 snmpget -v2c -c public <target> IBM-BCCUSTOM-MIB::portModuleSpeedList.1
Start monitoring IBM-branded Brocade SAN/Fibre Channel switch (Pharos embedded platform) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the IBM-BCCUSTOM-MIB::portModuleSpeedList OID value, configure state conditions and alerts, and monitor any IBM-branded Brocade SAN/Fibre Channel switch (Pharos embedded platform) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.6 | ibmProd | IBM-6611-APPN-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.6.215 | bcCustom | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.2 | ports | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.2.1 | portInformation | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.2.1.1 | portInformationTable | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.2.1.1.1 | portInformationEntry | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.2.1.1.1.9 | portModuleSpeedList | IBM-BCCUSTOM-MIB |