session based security model--implementation?

2005-01-17 Thread Srinivas Athuluru (ATG)
Hi, I found some discussion regarding the code for sbsm on the internetI was wondering if there is some implementation available for this. I have an application which needs session concept to be used with netsnmp server. Even an untested implementation of code which includes changes

Using other MIB scalars in a GET

2005-01-17 Thread Ricardo Luis A. Abrantes
Hello, I have two variables in my MIB definition, one is writable (represents the number of a link), and the other is read-only (represents the status of a link). In the handler's code for the link status variable (into the GET section) I need to access the other variable (link number) to know what

MIBII Implementation

2005-01-17 Thread Arunava
Dear Team, I would like to know whether set operation can be performed on the read-write node like sysContact ,sysName etc at run time instead of making the changes before hand in the snmpd.conf file. Presently there is provision for the get operation. If the above facility is present where