All MIBs › IBM-BCCUSTOM-MIB › portModuleType
portModuleType
Module: IBM-BCCUSTOM-MIB
OID (symbolic): IBM-BCCUSTOM-MIB::portModuleType
OID (numeric): 1.3.6.1.4.1.2.6.215.2.1.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Indicates the given port type of the I/O Module. The definitions of port types are: unUsed: the value of zero indicates the request is for a real port index of the IOM in the OID. In the port type GET operation, the return value of zero means the port is not used for anything. externalPort: This port is connected to an external device and is for data traffic. externalManagementPort: This port is solely for an external management connection. This port is not used for data traffic from an external device externalDualPort: This port is used for both data traffic as well as for management traffic. bladePort : This port is connected to a blade. mmManagementPort: This port is connected to the Management Module. uplinkPort: This port is configured for up link functionality. interModulePort(: This port is connected to another I/O Module for data. interModuleManagementPort: This port is connected to another I/O Module for management purpose. interModuleDualPort: The port is connected to another I/O Module and can be used for both data and management purpose. interModuleExternalBridgePort: This port is an external bridge port that connects to another bridge. interModuleInternalBridgePort: This port is an internal bridge port that connects to chassis bridge module.
To get the port type of a given port, the port type in OID must be zero and the port command in the OID is 2. For an example: To get a port type of the real port index 7, the OID would be: 1.3.6.1.4.1.2.6.215.2.1.1.1.2.7.0 and the result should be 4 (bladePort).
What is portModuleType?
Identifies the role of a given port on the I/O module, such as externalPort, bladePort, mmManagementPort, or interModulePort. An admin uses this to distinguish, for example, a port wired to a server blade from an uplink or inter-module port when mapping the physical topology of the chassis.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.6.215.2.1.1.1.2 snmpwalk -v2c -c public <target> IBM-BCCUSTOM-MIB::portModuleType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.6.215.2.1.1.1.2.1 snmpget -v2c -c public <target> IBM-BCCUSTOM-MIB::portModuleType.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::portModuleType 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.2 | portModuleType | IBM-BCCUSTOM-MIB |