RE: Problems With NetSNMP 5.4.1 and Fresh Debian Etch Install

2008-03-12 Thread Uttamchandani, Amit
> Maybe man -k looks at a separate path or database? ??? You've tried `man snmpd`, haven't you? Yes, 'man snmpd' gives the correct output. I tend to use 'man -k snmp', since I forget the commands and man -k snmp gives me a list of all the related snmp commands available. ---

RE: Problems With NetSNMP 5.4.1 and Fresh Debian Etch Install

2008-03-12 Thread Mike Ayers
> Maybe man -k looks at a separate path or database? ??? You've tried `man snmpd`, haven't you? Mike - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.

RE: Problems With NetSNMP 5.4.1 and Fresh Debian Etch Install

2008-03-12 Thread Uttamchandani, Amit
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Uttamchandani, Amit > Sent: Wednesday, March 12, 2008 11:05 AM > 1. I try to look for the net-snmp man pages by running man > -k snmp but all I get are: Did you add /usr/local/man to the MANPATH? Thanks for the r

RE: Problems With NetSNMP 5.4.1 and Fresh Debian Etch Install

2008-03-12 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Uttamchandani, Amit > Sent: Wednesday, March 12, 2008 11:05 AM > 1. I try to look for the net-snmp man pages by running man > -k snmp but all I get are: Did you add /usr/local/man to the MANPATH? HTH, Mike

[no subject]

2008-03-12 Thread Terry Martin
I am trying to do an SNMP-NET snmpgetnext command to a collect information from a softswitch. I can use MGSOFT MIB Browser and I get a response from the device. I try to use the SNMP-NET snmpgetnext command and I get no response from the device. I have compared the packet trace between SN

RE: NET-SNMP and Databases

2008-03-12 Thread Mike Ayers
Note that net-snmp is not intrinsically a monitoring system, although it does provide tools that can be used for such. > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Chua, GH (Gim Hwee) > Sent: Wednesday, March 12, 2008 3:02 AM > I would like to monitor my ms sql

is there an API to configure the netsnmp agent?

2008-03-12 Thread Torben Surmer
Hi, the tutorial tought me to use the snmpconf perl script to configure the netsnmp agent. Is there a way to configure the agent without a dialog? Thank you for support! Torben _ Express yourself instantly with MSN Messenger! Downl

Problems With NetSNMP 5.4.1 and Fresh Debian Etch Install

2008-03-12 Thread Uttamchandani, Amit
Hey Everyone, I am sorry for the empty email earlier...this MS Outlook is a piece of crap. Anyways... I just downloaded the latest version of NetSNMP (5.4.1) and successfully installed it with a fresh install of Debian Etch. Here are the steps I took: * ./configure --with-perl-modules --with-

[no subject]

2008-03-12 Thread Uttamchandani, Amit
- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___ Net-snmp-users mailing

RE: receive a trap

2008-03-12 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of snmp girl > Sent: Wednesday, March 12, 2008 7:59 AM > it work , the problem that I start the register trap service > and who make the port 162 BUSY. > by the way this service what is its for??? I believe this is Micro

RE: Timeout:No Response From 127.0.0.1

2008-03-12 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of simone marangoni > Sent: Wednesday, March 12, 2008 2:55 AM > [EMAIL PROTECTED]:/usr/share/snmp# ps -ef | grep snmp > root 6696 6088 0 10:45 pts/0 00:00:00 grep snmp This says that there is no snmp daemon running. > he

Re: Regarding Table data Create and Fill

2008-03-12 Thread kumar undurthi
Hi Thanks for the solution Actually i am using mib2c.table_data.conf to generate a table , so now i used the suggested command mib2c -c mib2c.table_data.conf -S cache=1 mytable , but i am unable to understand properly... , this approach is trying to fill the values form a file but my valu

Re: receive a trap

2008-03-12 Thread snmp girl
youpii, it work , the problem that I start the register trap service and who make the port 162 BUSY. by the way this service what is its for??? thanks 2008/3/12, snmp girl <[EMAIL PROTECTED]>: > > > > hi again, > > now it gives me: > net-snmp VERSION 5.4.1 > couldn't open udp:162 --errno2 no such

Re: receive a trap

2008-03-12 Thread snmp girl
hi again, now it gives me: net-snmp VERSION 5.4.1 couldn't open udp:162 --errno2 no such file or directory. that's mean the problem of configuration is resolved but it still has a problem in opening the port 162 - This SF.net

Re: receive a trap

2008-03-12 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 12/

Fwd: receive a trap

2008-03-12 Thread snmp girl
2008/3/12, Dave Shield <[EMAIL PROTECTED]>: > > On 12/03/2008, snmp girl <[EMAIL PROTECTED]> wrote: > > I try snmpTrapAddr udp:hostname:162 > > with hostname: 192.168.192.120 > > but It gives me that snmptrapaddr no known as a cmd > > I believe that Mike was suggesting this as a configuration > dir

Re: Regarding Table data Create and Fill

2008-03-12 Thread Dave Shield
On 11/03/2008, kumar undurthi <[EMAIL PROTECTED]> wrote: >I have a problem in creating a table and Fill the table. i.e > Normally table can create in initialization() part and can be fill with the > static data. > But in My case I want to Create and Fill the table with the dynamic > dat

Re: problem to assign source addr port number, instead of random selection

2008-03-12 Thread Dave Shield
On 12/03/2008, Nagaraju Surulivel <[EMAIL PROTECTED]> wrote: > The source port number is chosing as random. But i must set as explictily as > 161 (In my case its important). Please give me some information. I don't believe it is possible to set the source port. Dave -

RE: Welcome to the "Net-snmp-users" mailing list

2008-03-12 Thread Chua, GH (Gim Hwee)
Hi, I'm using the net-snmp program. When I run 'make install' there's some error and it stops . . . making installlibs in /opt/net-snmp-5.4.1/apps/snmpnetstat .././install-sh -c .libs/snmpget /usr/local/bin/snmpget .././install-sh -c .libs/snmpgetne

Re: receive a trap

2008-03-12 Thread Dave Shield
On 12/03/2008, snmp girl <[EMAIL PROTECTED]> wrote: > I try snmpTrapAddr udp:hostname:162 > with hostname: 192.168.192.120 > but It gives me that snmptrapaddr no known as a cmd I believe that Mike was suggesting this as a configuration directive, rather than a DOS command. Personally, I'd tend

Re: problem to assign source addr port number, instead of random selection

2008-03-12 Thread Nagaraju Surulivel
Dear Mr.Dave, Thanks for your answer. The trap is using for SNMP Ping. I could able to change the destinaiont port number using trap2sink. Thats working well for 161 or 162. The source port number is chosing as random. But i must set as explictily as 161 (In my case its i

Re: how to modify the output of an smpset command

2008-03-12 Thread Dave Shield
On 12/03/2008, Jordi Moles <[EMAIL PROTECTED]> wrote: > i'm using perl to extend the functionality of snmp. Extending the agent, I presume. > The thing is that if i run this command: > > > snmpset -v 2c -c mykey localhost .1.3.6.1.4.1.2021.255.8.1.9 s > "delete...bustia01" > **

Re: problem to assign source addr port number, instead of random selection

2008-03-12 Thread Dave Shield
On 12/03/2008, Nagaraju Surulivel <[EMAIL PROTECTED]> wrote: >But i want to set a soruce & destination port number as 161. I set the > destionation number using trap2sink xx.xx.xx.xx:161 public Why do you want to send SNMP traps to the standard port for information requests? (GET/SET/etc). T

RE: NET-SNMP and Databases

2008-03-12 Thread Chua, GH (Gim Hwee)
Hi, I would like to monitor my ms sql as well. Kindly assist From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hampton, Michael Sent: Wednesday, March 12, 2008 6:01 PM To: net-snmp-users Subject: NET-SNMP and Databases Dear Users, Does anyone have ex

NET-SNMP and Databases

2008-03-12 Thread Hampton, Michael
Dear Users, Does anyone have experience of getting the net-snmp agent to work with databases? I need to monitor an Oracle and MySQL database (and MS SQL soon). There is a little info. I have found on this but no central page on the net-snmp home page (or have I missed it?). Michael Hampton

Re: receive a trap

2008-03-12 Thread snmp girl
Hello I try snmpTrapAddr udp:hostname:162 with hostname: 192.168.192.120 but It gives me that snmptrapaddr no known as a cmd thanks to replying me soon ah another question should I create the snmpd.conf file or not thanks 2008/3/11, Mike Ayers <[EMAIL PROTECTED]>: > > > > From: [EMAIL PROTECTED]

Timeout:No Response From 127.0.0.1

2008-03-12 Thread simone marangoni
[EMAIL PROTECTED]:/usr/share/snmp# ps -ef | grep snmp root 6696 6088 0 10:45 pts/0 00:00:00 grep snmp here is my snmpd.conf: ### # # snmpd.conf # # - created by the snmpconf configuration program # ###

how to modify the output of an smpset command

2008-03-12 Thread Jordi Moles
hi, i'm using perl to extend the functionality of snmp. i'm doing something like this from the perl script to handle snmpset commands: ** if ( $ARGV[0] eq "-s") { $oid = $ARGV[1]; $tot = $ARGV[3]; @parts = split(/\.\.\./, $tot); if ( ($parts[0] eq

problem to assign source addr port number, instead of random selection

2008-03-12 Thread Nagaraju Surulivel
Hi, I'm using net-snmp5.3.2. I was tried to send trap using trap2sink. It can able to send and receive the trap message in Manager. But i want to set a soruce & destination port number as 161. I set the destionation number using trap2sink xx.xx.xx.xx:161 public The receiving