2009/11/12 <[email protected]>: > we have a custom daemon using net-snmp library, > i'm trying to enable v1 read-only access to only > some ports of the mib tree in conjuction with > authenticated v3 read/write access. > > the problem is when I try to use coniguration directives > like: 'rocommunity' or 'com2sec' in snmpd.conf i get > warnings like : 'Uknown token : rocommunity'
Have you included the modules 'mibII/vacm*' within your agent? These are the modules which implement the access control processing, and hence register the access control directives. If an agent doesn't have these modules enabled, then it won't recognise the config directives. Dave ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
