How to decrypt SNMPv3 Wireshark Packet TraceIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } table tr td { padding: 15px; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Overview Sometimes ServiceNow Technical Support will request customers to submit a Wireshark Packet trace when troubleshooting configuration items discovered via SNMP. These devices include switches, routers, printers, UPS, load balancers etc. Wireshark Packet Trace for devices using SNMPv3 only are encrypted. As below: Decrypting SNMPv3 Wireshark Packet Trace To decrypt SNMPV3 Packet Trace you would need the SNMPV3 credentials, particularly, the username, authentication model, password, privacy protocol, and privacy password. These can be configured in Wireshark Protocol preferences as below: 1. From click Edit then Preferences from the Menu: 2. A pop-up window will appear called Wireshark - Preferences. From the left pane and under Protocols, scroll down and click on SNMP: 3. After choosing SNMP another window will pop-up. On the right pane click Edit on Users Table: 4. Click the "+" icon to create new record and enter corresponding credentials and click ok to save. Note that Engine ID is optional: Sample decrypted SNMPv3 Wireshark Packet Trace Additional Information If you attach the packet trace file to an incident for example, this will still be encrypted and ServiceNow cannot decrypt the packet trace unless you share the credentials. To date there is no functionality in Wireshark to save or export a decrypted SNMPv3 Packet Trace. For more information please refer to Wireshark.org SNMP wiki page.