> Source: [sk101250](https://support.checkpoint.com/results/sk/sk101250)

# sk101250 - How to check the current LOM firmware version on Check Point appliances

| Property | Value |
|----------|-------|
| Solution ID | sk101250 |
| Date Created | 2014-06-11 |
| Last Modified | 2025-08-20 |
| Technical Level | General |
| Products | Security Gateway, Security Management Server, Hardware |
| Versions | R82.10, R82, R81.20, R82.10, R82, R81.20, Not Version-Specific, R82.x, R82.20 |
| OS | Gaia |
| Platform | Smart-1, 15000, 3000, 5000, 20, 400, 7000, 28000, 9000, LightSpeed QLS, LightSpeed MLS, 16000, 26000, 19000, 29000, 6000, TE |

## Cause



## Solution

There are several methods to check the LOM firmware version that is installed on the appliance:

**Notes:**

* The User cannot check the sub versions of the LOM Card firmware in Gaia CLI, or LOM Card WebUI.
* For confirmation of successful upgrade, the user can validate that the LOM firmware build time (time stamp) has been changed to a newer one.

<br />

By accessing the "Firmware version" section in LOM WebUI
--------------------------------------------------------

To check installed firmware version, navigate to the applicable section in the LOM WebUI:

|-----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
| Appliances                                                                                                                        | LOM WebUI instructions                                                                                                     |
| 6000, 7000, 9000, 16000, 19000, 26000, 28000, 29000, TE2000XN, QLS250, QLS450, QLS650, QLS800, MLS200, MLS400, Smart-1 7000 / 700 | HTML-5 based LOM card: From the left panel, click 'Home' -\> in the 'LOM Information' section, refer to 'Firmware Version' |
| 4000, 12000, TE250, TE1000, TE2000                                                                                                | Go to the 'LOM Management' tab -\> 'Firmware' section -\> 'Firmware version'                                               |
| 6500, 6800 5000, 13000, 15000, 21600, 21700, 21800, 23000, Smart-1 225 / 3050 / 3150                                              | Go to the 'Dashboard' tab -\> 'Device Information' section -\> 'Firmware Revision'                                         |
| 21400, Smart-1 25 / 25B / 50 / 150                                                                                                | Go to the 'Maintenance' tab -\> 'Device Information' section -\> 'Firmware version'                                        |

<br />

By using the Gaia Clish commands
--------------------------------

Use the "`show lom`" or "`show asset lom-info`" commands in Gaia Clish.
**Examples:**

```
> show lom
Firmware Revision: 3.32
    IP Address: 192.168.0.100
```

```
> show asset lom-info
LOM Status: Installed
    LOM Firmware Revision: 3.21
```

<br />

By using IPMI tool in Gaia OS command line
------------------------------------------

**Important Note** - The IPMI tool is **not** supported officially.

These LOM firmware versions support the IPMI tool:
>
> |--------------------------------------------------|----------------------------------|
> | Appliance Model                                  | LOM Firmware                     |
> | 9000, 19000, 29000                               | v7.10 and above                  |
> | 6000, 7000, 16000, 26000, 28000, TE2000XN        | v6.10 and above HTML5-based card |
> | 4200, 4400, 4600, 4800                           | v1.35 and above                  |
> | 5100, 5200, 5400, 5600, 5800, 5900               | v3.14 and above                  |
> | 6200, 6600, 6900                                 | v0.34 and above                  |
> | 6400, 6700, 7000, 16200, 16600HS, 28000, 28600HS | v0.38 and above                  |
> | 6500, 6800                                       | v3.35 and above                  |
> | 12200, 12400, 12600                              | v1.35 and above                  |
> | 15400, 15600                                     | v3.08 and above                  |
> | 16000, 26000                                     | v0.19 and above                  |
> | 13500, 13800                                     | v1.2 and above                   |
> | 21400                                            | v0.84 and above                  |
> | 21600, 21700, 21800                              | v1.2 and above                   |
> | 23500, 23800                                     | v3.08 and above                  |
> | 23900                                            | v3.34 and above                  |
> | Smart-1 25 / 25B / 50 / 150                      | v3.34 and above                  |
> | Smart-1 225 / 3050 / 3150                        | v1.2 and above                   |
> | TE250, TE1000, TE2000                            | v1.35 and above                  |

**Note:** The "`ipmitool`" command is *not* supported on Power-1, VSX-1, DLP-1, and IPS-1 appliances.

**Procedure:**

1. Connect to command line on Gaia machine (over SSH, or console).  

2. Login to Expert mode.  

3. Enable the *ipmitool*:

   ***\[Expert@HostName\]# service ipmi start***   

4. Get the details about the installed LOM firmware:

   ***\[Expert@HostName\]# ipmitool bmc info***

   *Example output*:
   >
   > ```
   > Device ID : 32
   > Device Revision : 1 
   > Firmware Revision : 2.0 
   > IPMI Version : 2.0 
   > Manufacturer ID : 0 
   > Product ID : 43707 (0xaabb) 
   > Device Available : yes 
   > Provides Device SDRs : no 
   > Additional Device Support : 
   > Sensor Device 
   > SDR Repository Device 
   > SEL Device 
   > FRU Inventory Device 
   > IPMB Event Receiver 
   > IPMB Event Generator 
   > Chassis Device 
   > Aux Firmware Rev Info : 0x5e 0x6b 0xb5 0x00
   > ```

5. Disable the *ipmitool*:

   ***\[Expert@HostName\]# service ipmi stop***

<br />

<br />

By using the LOM WebUI
----------------------

Connect to the LOM WebUI at `https://<IP Address of LOM Card>`

![](https://sc1.checkpoint.com/sc/SolutionsStatics/sk101250/lom_ver202408141137441.png)  

Under the Dashboard tab, the LOM Firmware, and LOM Board are found.  

Compare the LOM revision with [sk88064](https://support.checkpoint.com/results/sk/sk88064) LOM Firmware to verify current version.  

The LOM Board indicates the LOM type (Java or HTLM5).

* "AST230x" = LOM Java Based card  

* "AST250x" or higher = LOM HTML-5 Based card  

<br />

**Related Solutions:**
----------------------

* [sk88064 - Check Point Appliances LOM Firmware](http://supportcontent.checkpoint.com/solutions?id=sk88064)

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
