I am trying to configure snmp security in such a way that one user should only
get view of ucd MIB in the following way.

<<snmpd.conf snippet>>

createUser cacti MD5 "xyz" DES xyz

com2sec         cacti   10.10.3.70      cacti-www

group   cacti-grp       usm     cacti

view    ucd     included        .1.3.6.1.4.1.2021

access  cacti-grp ""    usm     auth    exact   ucd     none    none


But, whenever I execute following command (querying whole OID tree
view when cacti user
has only access to ucd mib view), the query executes successfully allowing me to
read the whole tree.

<<command>>

snmpwalk -v 3 -u cacti -a MD5 -A xyz -x DES -X xyz -l authNoPriv
10.50.196.100 .1

What I could be missing?

Thanks,
Amar

------------------------------------------------------------------------------
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to