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

# sk183157 - "Error in packet" error on SNMP query to the DPLANE after an upgrade

| Property | Value |
|----------|-------|
| Solution ID | sk183157 |
| Date Created | 2025-02-18 |
| Last Modified | 2025-06-30 |
| Technical Level | Advanced |
| Products | Security Gateway, Scalable Platforms |
| Versions | R81.20, R81.20 |
| OS | Gaia |

## Symptoms

- After an upgrade, an SNMP query to the DPLANE fails, for example:  

```

[Expert@Lab1:mplane]# snmpwalk  -v 3 -l authPriv -u snmptest -a SHA512 -A vpn12345 -x AES256 -X 
vpn12345 -n dplane localhost 1.3.6.1.2.1 | head -n 15

Error in packet.

Reason: authorizationError (access denied to that object)
```

<br />

## Cause

Missing configuration in the */etc/snmpd/snmpd.conf* file.

In a rare scenario, when the MDPS toggles during the upgrade, the MDPS is not updated in the file.

Example with missing configuration:
`group snmptest_group usm snmptest`  
`access snmptest_group "" usm priv exact systemview none none`  
`access snmptest_group ctxname_vsid1 usm priv exact systemview none none`  
`access snmptest_group vsid1 usm priv exact systemview none none`  

Example of a good configuration:
`group snmptest_group usm snmptest`  
`access snmptest_group "" usm priv exact systemview none none`  
`access snmptest_group dplane usm priv exact systemview none none`  
`access snmptest_group ctxname_vsid0 usm priv exact systemview none none`  
`access snmptest_group vsid0 usm priv exact systemview none none`

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