Please check your access entry in the VACM for the fullNotifyView
. It does not seem to include the notification ID that of the notification to be sent: 1.3.6.1.4.1.1.2.1
.
The log output
exactContextMatch=false, prefixMatch=false, matchSecModel=true and matchSecLevel=false
Means that:
- The SNMPv3 context of the selected access entry does not match with the notification to be sent.
- The security model matches
- The security level does not match (notification has
noAuthNoPriv
but access entry hasauthPriv
)