Hi Wroley,
If you have enabled privacy for a prticular host/network, please check dfm snmp list
[root@lnx186-58 ~]# dfm snmp list
ID Address Prefix Length Pref SNMP Version Community Auth Protocol Login Privacy
---- ------------------------------------------ -------------- ------------------ ---------- ---------------- ---------------- --------
2 x.x.x.x x bits SNMPv3 SHA abcd Yes
If 'Privacy' is shown as "Yes" & you want to disable it, execute the follwoing command:
dfm snmp modify -X "" x.x.x.x
or
dfm snmp modify -X "" 2
Now check dfm snmp list again.
[root@lnx186-58 ~]# dfm snmp list
ID Address Prefix Length Pref SNMP Version Community Auth Protocol Login Privacy
---- ------------------------------------------ -------------- ------------------ ---------- ---------------- ---------------- --------
2 x.x.x.x x bits SNMPv3 SHA abcd No
Privacy is set to 'No'
I hope this will be helpful.
Thanks & Regards,
Fahad Ahmed