2009/2/15 Ko Nonomura <[email protected]>: > When I tried snmpset to change ifAdminStatus, I got > following error. [snip] > Is there any way to change ifAdminStatus? > > My environment is below. > > OS: FreeBSD 6.4
Checking the code, there is an architecture-specific routine netsnmp_arch_set_admin_status() which is responsible for handling such a request. Of the various supported architectures, only Linux actually has code to act on such an assignment. All other systems (including FreeBSD) will reject this request. If you check your logs, you should see a message informing you that this routine is not yet implemented. Dave ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ 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
