Resolving "SNMPTrapListener: Authentication Failure. SNMP USM error code:1404" errorsIssue <!-- 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; } .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:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description The SNMP Trap Listener, starting in Kingston, supports SNMPv3 for mutual authentication. This requires additional configuration on the client's end in order for the SNMP credentials being sent by the MID server to authenticate properly. Some networking devices (e.g: Cisco Prime Infrastructure) have a configuration section for northbound/outbound SNMP Traps to an SNMP Listener/Receiver. However they often also require that the user in the configuration exist as a local account on the networking device in order for SNMPv3 authentication to work properly. If the authentication protocols and credentials have all been verified and confirmed as matching up and you are still seeing errors similar to this: Trap.0 WARNING *** WARNING *** (4951)SNMPTrapListener - SNMPTrapListener: ([NAME OF CREDENTIAL]): Authentication failure. Message sent from: [IP ADDRESS]/25597. SNMP USM error code:1404 Then it's likely that the SNMP credential "user" has not been configured as a local account on the device. Procedure Validate credentials are correctVerify "Minimum Security Level", "Authentication Protocol", and "Privacy Protocol" match on the SNMP Trap Collector Context and SNMP credentials with the networking deviceIf all of these match and error code 1404 is still being observed in the MID logs, have the client check to see if the credential username exists as a local account on the device. The error code states that the username is not recognized, so it's likely at this point that the user wasn't configured on the device (just in the SNMP trap section) Applicable Versions Kingston and above