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

# sk45021 - SNMP stops respondng after about 248 days

| Property | Value |
|----------|-------|
| Solution ID | sk45021 |
| Date Created | 2010-06-22 |
| Last Modified | 2023-03-16 |
| Technical Level | Advanced |
| Products | Security Gateway |
| Versions | R82.10, R82, R81.20 |

## Symptoms

- * System stops responding to snmp polls after about 248 days. Restarting the snmpd resolves the issue for another 248-days or so.  

* Affected systems:
  * SecurePlatform versions prior to R70
  * IPSO versions 4.x and 5.x, which are running Net-SNMP v4.1.1

## Cause

NET-SNMP versions earlier than 5.1 have 32-bit counters for uptime.   

NET-SNMP keeps time (timeticks) in 1/100th of a second units. So, a 32-bit counter can have a maximum number of...   

2^31^ - 1 = 2147483 647   

When we convert this into days we get...   

(2^31^ - 1) / (100 x 60 x 60 x 24) = 248.551348 days   

Using the following integers:  

100: 1/100th of a seconds value for timeticks   
60: seconds per minute   
60: minutes per hour   
24: hours per day   

Once the system time (timeticks) for snmp reaches the above value for 32-bit counter it counters a 'not-in-time' window.

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