Re: Can not get remote engineTime.

2011-03-04 Thread Zongjun
*To list the complete information, I have all the output from net-snmp-config below:* * [user@localhost ~]$ net-snmp-config --cflags -DINET6 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -g -lcrypto -DNETSNMP_NO_INLINE -Dlinu

Re: Can not get remote engineTime.

2011-03-04 Thread Zongjun
*Dave,* * * *Thanks so much for your time.* * * *We are using the net-snmp release from Redhat* *Red Hat Enterprise Linux Server release 5.3 (Tikanga)* * * *Below is the configuration options* * net-snmp-config --configure-options * * '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gn

error for net-snmp

2011-03-04 Thread Vabhav
Hi Hanna, I am getting exactly same error as you have got in sync. with post by you following is the error SS: Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none) Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none) Cannot find

Re: v3 traps and plain text password

2011-03-04 Thread Prakash Masanagi
Traps are sent using engine id of the trap sender. So I am not sure if your suggestion will work. In my setup, 10.4.120.145 is trap sender and 10.4.120.141 is trap receiver. I have configured the trap receiver with createUser -e 0x80001f8801ac1f0091 netadmin MD5 "netadminpassword" DES where 0x8000

Get-Requests failed on table collumns

2011-03-04 Thread normanraedke
Hello, i try to do some Get-Request on my implemented table and i have got the error 'No Such Instance currently exists at this OID' on some column entries. If i do an snmptable request or a single snmpget request all data correctly response. Request: snmpget -c public localhost 25.3.3.1.1.0x88

access to agent extension problem

2011-03-04 Thread Anthony Jiang
Hi, I developed an agent extension using dlmod method and added a read/write user, but cannot get any output when using SNMPv3. The situation is like this: snmpget -v2c -c public localhost sysDescr.0 #This works fine snmpget -v2c -c public localhost customMIB.1.1.0 #This works fin