On 1 July 2010 22:46, Nina Cukic <ninacu...@yahoo.co.uk> wrote:
> can anyone help me to change the write method in default snmp_ospf.c?
>
>     /*
>      * No writes for now
>      */
>     *write_method = NULL;
>
> I want to make it writable when I use snmpset command.

The three smux/snmp* modules are probably something of a red herring.
Nothing has been done to these files for something of the order of ten
years, and I would be very surprised if they are actually being used.

The generic 'smux/smux' module is probably what is being used
to pass OSPF-related SNMP requests off to the routing software.


SET support for these objects will depend on two things:
  a)  the access control settings in the Net-SNMP agent.
  b)  the implementation code in the routing software

Given the snmpd.conf file that you posted, the access control
settings look OK.   So SET support really comes down to what
is implemented within the routing software itself.
   That's not something we can help you with, since it's not
part of the Net-SNMP package.   You'll have to talk to the
developers of that software to find out whether SET support
has been implemented, or whether this is a read-only provision.

Dave

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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