Hi,
Presently there is a hardcoded limit of 50 on the number of supported
network interfaces in Solaris.
This limit is imposed by the size of the mibcache used in the
agent/mibgroup/kernel_sunos.c
as we can see from the following code.
static
mibcache Mibcache[MIBCACHE_SIZE+1] = {
{MIB_
Hello,
I am trying to create a dynamic module for SNMP, which needs use some
functions that are in a dynamic library. To compile the module, I have
modified the Makefile that you provide me in the tutorial "Writing a
Dynamically Loadable Object", as result I got some thing like this:
CC=gcc
all:
Hello,
I have a problem using snmpd from net-snmp 5.7.2 on HPUX (version 11.23 and
11.31, IA version).
When using UDP, the daemon doesn't send back correctly the reply. There is a
mistake in defining
the distant IP address : the snmpd daemon sends the replies to itself, the
distant IP addres