Re: about tcpmib.so

2007-01-29 Thread Clement Hsu
Dear Jiang: Thanks a lot. I hope to find out dot1dBridge.c and tcp-mib.c and IEEE802dot11-MIB c files the netsnmp package doesn't support bridge and wifi mib, so I hope to find out any source codes about these mibs. But, in fact , I don't know where to find them, and the other way is to develop

I've met some troubles really headachy,pls help me!

2007-01-29 Thread 洲 金
Dear sir: I am redeveloping a SNMP agent using net-snmp 5.2.3 package under linux.After nearly 2 moth's using ,I've met several problems i can't resolve which will be listed below.I will really appreciate your help. 1.About scalar variable's handler function I have a scalar vari

Re: about tcpmib.so

2007-01-29 Thread jiang jilin
Hi, cd /agent/mibgroup/tcp-mib However,what do you mean that applied to net-snmp? Jiang On 1/30/07, Clement Hsu <[EMAIL PROTECTED]> wrote: Dear All: Does there exist tcp-mib or wi-fi mib.so file or source code which can be applied to net-snmp. How to get that and how to find it, thanks a lot.

Re: snmpset is not working.

2007-01-29 Thread jiang jilin
Hi, Maybe you are NOT allowed to access to system.sysContact.0 using community private,show your snmpd.conf to us please. Jiang On 1/30/07, Dinesh GH <[EMAIL PROTECTED]> wrote: Hello, i'am running snmpd daemon on solaris. ./snmpwalk -Os -c public -v 1 zeus system snmpwalk: Unknown host (No su

about tcpmib.so

2007-01-29 Thread Clement Hsu
Dear All: Does there exist tcp-mib or wi-fi mib.so file or source code which can be applied to net-snmp. How to get that and how to find it, thanks a lot. Best Regards, Clement Hsu - Take Surveys. Earn Cash. Influence the F

about pthread

2007-01-29 Thread Clement Hsu
Dear All: I am Clement. I hope to apply pthread to implement some traps which sent from system can connect to snmp agent. If I want to compiler these codes statically, how should I do. Do there exist any configure option such like -lpthread. Thanks a lot. Best Regards, Clement Hsu -

snmpset is not working.

2007-01-29 Thread Dinesh GH
Hello, i'am running snmpd daemon on solaris. ./snmpwalk -Os -c public -v 1 zeus system snmpwalk: Unknown host (No such file or directory) bash-3.00# ./snmpwalk -Os -c public -v 1 localhost system sysDescr.0 = STRING: SunOS venus 5.10 Generic_118833-20 sun4u sysObjectID.0 = OID: netSnmpAgentO

Agentx

2007-01-29 Thread Lacatena, Andrew
Hello. I have approximately 300 servers running snmpd on a private network, with 1 server acting as a management server. Basically, this management server has 1 connection to the private network and 1 connection to my LAN in which I can SSH onto and get to the 300 servers from. I have OpenNMS ru

Re: Configuring snmp to not use syslog as it's log file

2007-01-29 Thread Dave Shield
On 29/01/07, Mike McQ <[EMAIL PROTECTED]> wrote: > Is there a way to have snmp use a different log file > other than syslog? $ man snmpcmd LOGGING OPTIONS The mechanism and destination to use for logging of warning and error messages can be controlled by passing various p

Configuring snmp to not use syslog as it's log file

2007-01-29 Thread Mike McQ
Is there a way to have snmp use a different log file other than syslog? Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users. http://answers.yahoo.com/dir/?link=list&sid=396546

Re: snmpd not responding over IPv6

2007-01-29 Thread Fabricio Tofoli
Thomas, You nailed it. Using rocommunity6 solves the problem. I didn't know there are different settings for IPv6 (I'm new to net-snmp). Thank you, Fabricio - Original Message - From: "Thomas Anders" <[EMAIL PROTECTED]> To: "Fabricio Tofoli" <[EMAIL PROTECTED]> Cc: Sent: Monday, Janu

Re: snmpd not responding over IPv6

2007-01-29 Thread Thomas Anders
Fabricio Tofoli wrote: > Since I'm using snmpv1, all I have is a read-only community: "public". > I tried using SNMPv2 also, with the same results. Try adding "rocommunity6 public". See the snmpd.conf(5) manual page for details. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) --

Re: snmpd not responding over IPv6

2007-01-29 Thread Fabricio Tofoli
Dave, Since I'm using snmpv1, all I have is a read-only community: "public". I tried using SNMPv2 also, with the same results. Thanks, Fabricio - Original Message - From: "Dave Shield" <[EMAIL PROTECTED]> To: "Fabricio Tofoli" <[EMAIL PROTECTED]> Cc: Sent: Sunday, January 28, 2007 1:40

Re: Segmentation fault when start net-snmp

2007-01-29 Thread Dave Shield
On 29/01/07, tran vanle <[EMAIL PROTECTED]> wrote: > I build net-snmp-5.2.1.2.tar.gz First thing - that is a relatively old version of the software, and there have been several releases since then. Two on the 5.2.x line (currently at 5.2.3), and several versions of more updated code. It would b

Re: agent not generating linkup/down traps

2007-01-29 Thread Dave Shield
On 29/01/07, Rasanth A.K. <[EMAIL PROTECTED]> wrote: I compiled net-snmp-5.3.1 by enabling disman/event-mib support. when i run snmpd ( snmpd -f -Le -d -Ddisman ), i am always getting the following error. /usr/local/share/snmp/snmpd.conf: line 57: Error: You must specify a default user name

Re: How can I install net-snmp to my computer if my computer haven't GCC?

2007-01-29 Thread Dave Shield
On 29/01/07, bahamute <[EMAIL PROTECTED]> wrote: > I have a question. My computer could not install GCC software!! Why not? What happened when you tried? What O/S are you working with? > But I want to install a net-snmp in my computer, What shall I do ? > How can I install net-snmp to my

How can I install net-snmp to my computer if my computer haven't GCC?

2007-01-29 Thread bahamute
Hello: I have a question. My computer could not install GCC software!! But want to install a net-snmp in my computer, What shall I do ? How can I install net-snmp to my computer if my computer haven't GCC? thank you !!

RE: snmptrapd: new line after every 16 bytes

2007-01-29 Thread Bourgasser Sébastien
Hi, > It sounds as if the tools are interpreting the values as binary (rather > than > printable) strings. What sort of values are you seeing? > > You could try using the -Oa command-line flag, to force ASCII > interpretation. > For your information, all is now working fine here. The option -

agent not generating linkup/down traps

2007-01-29 Thread Rasanth A.K.
All, I compiled net-snmp-5.3.1 by enabling disman/event-mib support. And i have the following entries in snmpd.conf createUser myuser MD5 "mypassword" agentSecName myuser rouser myuser linkUpDownNotifications yes ## when i run snmpd ( snmpd -f -Le -d -Ddisman ), i

Segmentation fault when start net-snmp

2007-01-29 Thread tran vanle
Hi all I build net-snmp-5.2.1.2.tar.gz If I run snmpd with basic configuration //smnpd.conf syslocation TQM8xxL sysservices 79 syscontact VCS It run OK But when I want to use trapsink like (edit snmpd.conf): //snmpd.conf #

Problem Authorizing SHA notification

2007-01-29 Thread Makavy, Erez (Erez)
Hi, The problem: - I having problems receiving notifications with SHA authorization (MD5 works well). The notification are being sent, but my browser sends a REPORT with "WrongDigests". My settings: I'm defining a v3 user with authorization and privacy, and I'm defining