All MIBs › IBM-BCCUSTOM-MIB › fwImageProtocols
fwImageProtocols
Module: IBM-BCCUSTOM-MIB
OID (symbolic): IBM-BCCUSTOM-MIB::fwImageProtocols
OID (numeric): 1.3.6.1.4.1.2.6.215.3.1.1.1.4
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The CMM will use this command to read the current supported and enabled IOM file transfer protocols. The bit mask is treated as 32 bits in network byte order. 1310 That is the bit 0 will be the left most bit and bit 31 will be the right most bit. The bit pattern definition is defined as below. Supported Bit Mask (Bits 31:16): Bit(31): This bit is set to 1 if TFTP is supported. Bit(30): This bit is set to 1 if FTP is supported Bit(29): This bit is set to 1 if SFTP (via SSH) is supported Bit(28): This bit is set to 1 if HTTP is supported. Bit(27): This bit is set to 1 if HTTPs is supported Bit(26:16): Reserved: must be set to zeroes. Enabled Bit Mask (Bits 15:0): Bit(15): This bit is set to 1 if TFTP is enabled. Bit(14): This bit is set to 1 if FTP is enabled Bit(13): This bit is set to 1 if SFTP (via SSH) is enabled. Bit(12): This bit is set to 1 if HTTP is enabled. Bit(11): This bit is set to 1 if HTTPs is enabled Bit(10:0): Reserved: must be set to zeroes. .
What is fwImageProtocols?
A bitmask reporting which file-transfer protocols (TFTP, FTP, SFTP, HTTP, HTTPS) the I/O module supports and which are currently enabled for firmware transfers, packed as separate supported/enabled 16-bit halves. An admin decodes this to know which protocol to use in fwUpdateImageUri when pushing a firmware update to this module.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.6.215.3.1.1.1.4 snmpwalk -v2c -c public <target> IBM-BCCUSTOM-MIB::fwImageProtocols
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.6.215.3.1.1.1.4.1 snmpget -v2c -c public <target> IBM-BCCUSTOM-MIB::fwImageProtocols.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::fwImageProtocols 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.3 | firmware | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.3.1 | firmwareOps | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.3.1.1 | fwInformationTable | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.3.1.1.1 | fwInformationEntry | IBM-BCCUSTOM-MIB |
| 1.3.6.1.4.1.2.6.215.3.1.1.1.4 | fwImageProtocols | IBM-BCCUSTOM-MIB |