Thanx a lot thomas.
I have restarted the snmpd with -f -Le -d option.
with Snmpd compiled from original source code, I can see the hex dump of
Received SNMP packet(s) from UDP and Sending bytes to UDP.
But with snmpd compiled with our module, the agent doesn't display anything in
response to
[EMAIL PROTECTED] schrieb:
> Hello, I've not much experience with Unix,C or make. I'm trying to do a
> make on net-snmp 5.4.1 running on Solaris 8. This is the output from makeā¦
>
> false cru .libs/libnetsnmp.a snmp_client.o mib.o parse.o snmp_api.o
Make sure you have /usr/ccs/bin/ar installed a
Hello, I've not much experience with Unix,C or make. I'm trying to do a
make on net-snmp 5.4.1 running on Solaris 8. This is the output from
make...
dltlsec3> make
making all in /u02/sw_repository/net-snmp/net-snmp-5.4.1/snmplib
/bin/sh ../libtool --mode=link gcc -g -O2 -Usolaris2 -Dsolaris2=solar
Devi U wrote:
> # snmpget -v 3 -l authNoPriv -u devi123 -a MD5 -A friend123 -r 5
> localhost .1.3.6.1.2.1.1.1.0
> Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none)
> snmpget: Timeout
>
> whether following warning that came during compilation is the reason for
> this problem?
> *** Warni
Hi,
We are using Net-SNMP 5.3.0.1 without IPV6 support for solaris 10 and
everything works fine.
Now, for IPV6 support downloaded Net-SNMP 5.4.1 version and compiled
with --enable-ipv6.
With downloaded source code, get/get-next/get-bulk request of SNMPV2-MIB
from manager and through snmpget CL
Hello,
I'm checking the possibility to use net-snmp agent on a MOSCAD-ACE RTU
device.
Its OS is based on VxWorks, supports a partial set of standard library
functions and has its own system services.
I have a specific 'C' compiler for this device that doesn't support
makefiles.
I will write