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

# sk101270 - SNMP monitoring server refuses to add cluster members running on Gaia OS due to duplicate SNMPv3 "engineID"

| Property | Value |
|----------|-------|
| Solution ID | sk101270 |
| Date Created | 2014-06-12 |
| Last Modified | 2025-11-04 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20, R81.10 (EOS), R81 (EOS) |
| OS | Gaia |

## Symptoms

- SNMP monitoring server refuses to add cluster members running on Gaia OS due to duplicate SNMPv3 "engineID".

*Example* from Distributed SNMP Security Pack (DSSP) BRASS server:

* Trying to add a cluster member:

  ```
  
  /usr/local/Snmpri/DSSP/brass/bin # ./getmany -v3 IP_ADDRESS_OF_MEMBER passphrase system
  Request failed: duplicate engineID detected
  ```

* Checking for SNMPv3 "engineID" on cluster members showed that both cluster members report *identical* SNMPv3 "engineID":  

  ```
  
  /usr/local/Snmpri/DSSP/brass/bin/getsnmpid NETWORK_IP_ADDRESS/MASK | grep -v Timeout | grep -v 'ICMP Host Unreachable' | grep -v 'ICMP Port Unreachable' | grep -i 'SNMPv3_engineID'
  SNMPv3_engineID   IP_ADDRESS_OF_MEMBER_1
  SNMPv3_engineID   IP_ADDRESS_OF_MEMBER_2
  ```

## Cause

The involved cluster members running on Gaia OS are configured as members of the same Gaia "Cloning Group".

SNMPv3 "engineID" is generated automatically based on the machine's configuration. Because the involved cluster members are members of the same Gaia "Cloning Group", this SNMPv3 "engineID" was duplicated (cloned) as well.

## Solution

This solution requires authentication. Please log in to view the full solution.

---

# 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
