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

# sk176307 - SNMP Daemon is enabled but fails to start 

| Property | Value |
|----------|-------|
| Solution ID | sk176307 |
| Date Created | 2021-12-14 |
| Last Modified | 2022-11-27 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R81.10 (EOS), R81 (EOS) |
| OS | Gaia |

## Symptoms

- * SNMP in Gaia is enabled but the Linux process is not starting, for example:  
  `
  hostname > show snmp agent`  
  `
  SNMP Agent Enabled`

* There is no output received from the 'netstat' command:  

  `netstat -anp | grep 161`

* No Core Dump files are created

* Similar logs are found in */var/log/messages* file:  

  `
  [DATE TIME] hostname pm[10347]: Restarted /usr/sbin/snmpd[9489], count=5166`  
  `
  [DATE TIME] hostname snmpd: cprd/snmp_igmp.c-init_snmp_igmp (start)`  
  `
  [DATE TIME] hostname snmpd: init_vrrp called`  
  `
  [DATE TIME] hostname snmpd: init_coldstartTrap: snmp_alarm_register`  
  `
  [DATE TIME] hostname xpand[10365]: admin localhost t -volatile:configurationChange `  
  `
  [DATE TIME] hostname xpand[10365]: admin localhost t +autonomous:snmp:v3:engineBoots 33005 `  
  `
  [DATE TIME] hostname xpand[10365]: Configuration changed from localhost by user admin by the service /usr/sbin/snmpd`  
  `
  [DATE TIME] hostname snmpd: Destroying the lists of sensors`  
  `
  [DATE TIME] hostname pm[10347]: Reaped: snmpd[9489]`  
  `
  [DATE TIME] hostname pm[10347]: Scheduled snmpd for +900 secs `

* "Server Exiting with code 1" in the output of snmpd Strace, for example:  

  `
  08:18:49.341844 uname({sys="Linux", node="hostname", ...}) = 0`  
  `
  08:18:49.341961 getsockopt(10, SOL_SOCKET, SO_SNDBUF, [262144], [4]) = 0`  
  `
  08:18:49.341998 getsockopt(10, SOL_SOCKET, SO_RCVBUF, [262144], [4]) = 0`  
  `
  08:18:49.342035 setsockopt(10, SOL_IP, IP_PKTINFO, [1], 4) = 0`  
  `
  08:18:49.342069 bind(10, {sa_family=AF_INET, sin_port=htons(161), sin_addr=inet_addr("10.51.1.4")}, 16) = 0`  
  `
  08:18:49.342114 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 11`  
  `
  08:18:49.342146 uname({sys="Linux", node="hostname", ...}) = 0`  
  `
  08:18:49.342263 getsockopt(11, SOL_SOCKET, SO_SNDBUF, [262144], [4]) = 0`  
  `
  08:18:49.342300 getsockopt(11, SOL_SOCKET, SO_RCVBUF, [262144], [4]) = 0`  
  `
  08:18:49.342356 setsockopt(11, SOL_IP, IP_PKTINFO, [1], 4) = 0`  
  `
  08:18:49.342390 bind(11, {sa_family=AF_INET, sin_port=htons(161), sin_addr=inet_addr("10.51.1.4")}, 16) = -1 EADDRINUSE (Address already in use)`  
  `
  08:18:49.342428 close(11) = 0`  
  `
  08:18:49.342492 write(3, "Error opening specified endpoint \"10.51.1.4:161\"\n", 49) = 49`  
  `
  08:18:49.342545 write(3, "Server Exiting with code 1\n", 27) = 27`  
  `
  08:18:49.342600 time(NULL) = 1636647529`  
  `
  08:18:49.342641 send(7, "<14>Nov 11 08:18:49 snmpd: Destroying the lists of sensors", 58, 0x4000) = 58`  
  `
  08:18:49.347398 exit_group(1) = ?`

## Cause

Multiple Interfaces configured with the same IP in the SNMP Configuration.

## 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
