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

# sk184127 - In Spark Firewall, when adding an OSPF Area ID in dotted quad format (X.X.X.X) in the WebUI, the value is truncated after the first decimal point

| Property | Value |
|----------|-------|
| Solution ID | sk184127 |
| Date Created | 2025-10-05 |
| Last Modified | 2025-10-19 |
| Technical Level | General |
| Products | Spark Firewall (Locally Managed) |
| Versions | R81.10.X |
| Platform | 1570R, 1575R, 1500, 1900, 2000, 1600, 1800, 1595R |

## Symptoms

- When adding an OSPF Area ID in dotted quad format (X.X.X.X) in the WebUI, the value is truncated after the first decimal point.

For example:

10.10.10.10 is shown as "10.1" and the rest of the value is omitted.

## Cause

Limitation in the appliance WebUI interface for adding the OSPF Area ID.

![WebUI > Device > Advanced Routing > OSPF > Areas New](https://sc1.checkpoint.com/sc/SolutionsStatics/NEW_SK_NOID1759500706433/ospf area id202510031102202.jpg)

## Solution

**Workaround:**

1. Log in to the appliance WebUI.

2. Navigate to **Device** \> **Advanced Routing** \> **OSPF**.

3. Convert the OSPF Area ID IP address (quad format) to decimal format:

   Multiply each of the four numbers by a power of 256 and add them together.

   For example, "10.10.10.10" in decimal format is 168430090.

   (10 \* 256\^3) + (10 \* 256 \^ 2) + (10 \* 256 \^ 1) + (10 \* 256 \^ 0) = (10 \* 16777216) + (10 \* 65536) +(10 \* 256) +(10 \* 1) 167772160 + 655360 + 2560 + 10 = 168430090
4. Enter the decimal format value in the Area section.

   ![](https://sc1.checkpoint.com/sc/SolutionsStatics/NEW_SK_NOID1759500706433/are in decimal202510031105363.png)

**To add the OSPF Area ID in clish mode:**

Run this command:

` set ospf area 10.10.10.10 on`

---

# 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
