Re: LEAF-SNMP

2008-04-02 Thread chaitanya arun deosthale
Thanks,Joey for the feedback. Well I'm yogesh's project partner.We r using Bering-uclibc as the LEAF variant.I managed to configure the lrp files needed for the net snmp support namely libm,netsnmpd,nettrapd Now i got a doubt is on firing the snmpget command on the firewall# prompt of LE

RE: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Daniel Stewart > Sent: Wednesday, April 02, 2008 4:18 PM > To: Dave Shield > *Stopped n started the agent using 'sudo service snmpd start/start' > I can the snmpd -f -Le -Dread_config -Dusm, seemed to run > fine although the

RE: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Daniel Stewart
*Stopped n started the agent using 'sudo service snmpd start/start' I can the snmpd -f -Le -Dread_config -Dusm, seemed to run fine although the last couple lines are as below - read_config: config dir: /var/net-snmp read_config: /var/net-snmp/snmp.conf: No such file or directory read_config

question about connecting SNMP to Matlab

2008-04-02 Thread Liu, Cuibi
Dear All, This is Cuibi Liu. Now, I am working a project which require Matlab connects to SNMP and get and set the info. of OID via SNMP. Are there any way to connet Matlab and SNMP? This project is urgent. If any one knows, please let me know. Thank you very much. - Cuibi -

RE: Tables on agentx

2008-04-02 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Vincent Royo > Sent: Wednesday, April 02, 2008 4:45 AM > I want to use an agentx on some nodes (pc) and make it communicate > over tcp with a master agent on one other. > > I have the same data on each node, like number of di

Re: sending V3 traps with trapsess

2008-04-02 Thread Dave Shield
On 02/04/2008, Josh Bers <[EMAIL PROTECTED]> wrote: > I am seeing strange behavior when configuring snmpd to send traps using > trapsess command in the snmpd.conf file. > > When I don't specify an engineID explicitly it attempts to do discovery even > though I am not asking for INFORMS! > I am usi

sending V3 traps with trapsess

2008-04-02 Thread Josh Bers
I am seeing strange behavior when configuring snmpd to send traps using trapsess command in the snmpd.conf file. When I don't specify an engineID explicitly it attempts to do discovery even though I am not asking for INFORMS! I would expect the code to use the authoritative engine ID of the

Re: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Dave Shield
On 02/04/2008, Daniel Stewart <[EMAIL PROTECTED]> wrote: > Yes both lines exist in the below mentioned files; > > createUser myuser MD5 "my_password" DES (ar/net-snmp/snmpd.conf:) > and > rwuser myuser (/usr/local/share/snmp/snmpd.conf:) H Can you try the following: - shut the

RE: segmentation fault on simple table agent

2008-04-02 Thread Mike Ayers
[I'll assume that you (or I) had mailer problems and that you did not intentionally send this three times in an hour. That would be rude.] > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Denny Zulfikar > Sent: Tuesday, April 01, 2008 11:52 PM > I am new in this l

RE: Disabling mibs

2008-04-02 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of oknets10 > Sent: Tuesday, April 01, 2008 11:06 PM > No one can help with this ? please help. > oknets10 <[EMAIL PROTECTED]> escreveu: > > Hi, > > I'm trying to disable MIBs

RE: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Daniel Stewart
Yes both lines exist in the below mentioned files; createUser myuser MD5 "my_password" DES (ar/net-snmp/snmpd.conf:) and rwuser myuser (/usr/local/share/snmp/snmpd.conf:) However on the check i get a timeout as shown below; x:~$ snmpget -v 3 -u myuser -l authNoPriv -a MD5 -A my_password

Re: SMUX problem and FreeRADIUS and x86_64

2008-04-02 Thread Taymour A. El Erian
Taymour A. El Erian wrote: > Thomas Anders wrote: > >> Taymour A. El Erian wrote: >> >> >>> I have a running setup on RHEL 3, FreeRADIUS 1.1.7 and Net-SNMP 5.0.9 >>> on i386 and I can monitor RADIUS correctly. I have created the same >>> setup on RHEL 5.1, FreeRADIUS 1.1.7, Net-SNMP

Re: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Dave Shield
On 02/04/2008, Daniel Stewart <[EMAIL PROTECTED]> wrote: > adding the following line to /var/net-snmp/snmpd.conf: >createUser myuser MD5 "my_password" DES > adding the following line to /usr/local/share/snmp/snmpd.conf: >rwuser myuser Please check the files mentioned here. Do these two l

RE: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Daniel Stewart
Should probably note this is my first time in attempt to configure and setup this up in order to send an SNMPv3 packet, obvious questions are probably the best ones. I tried following the "CREATING THE FIRST USER:" within http://net-snmp.sourceforge.net/docs/README.snmpv3.html $net-snmp-co

Re: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Dave Shield
On 02/04/2008, Daniel Stewart <[EMAIL PROTECTED]> wrote: > I failed to mention when i try -u {username} i get the following returned: > > snmpwalk: Unknown user name OK - I'll ask the obvious question: Have you created this user? How? What was the exact directive you used? What file

RE: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Daniel Stewart
Thanks, I failed to mention when i try -u {username} i get the following returned: snmpwalk: Unknown user name Which makes me think the snmpd.conf is incorrectly configured. ? Daniel > On 02/04/2008, Daniel Stewart wrote: >> > However I am trying to use snmpv3 - when i do >> > "snmpwal

Re: SMUX problem and FreeRADIUS and x86_64

2008-04-02 Thread Taymour A. El Erian
Thomas Anders wrote: > Taymour A. El Erian wrote: > >> I have a running setup on RHEL 3, FreeRADIUS 1.1.7 and Net-SNMP 5.0.9 >> on i386 and I can monitor RADIUS correctly. I have created the same >> setup on RHEL 5.1, FreeRADIUS 1.1.7, Net-SNMP 5.3 on x86_64 and >> FreeRADIUS can not connec

Re: FW: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Dave Shield
On 02/04/2008, Daniel Stewart <[EMAIL PROTECTED]> wrote: > > However I am trying to use snmpv3 - when i do > > "snmpwalk -c public -v 3 192.168.3.1" > > It returns "snmpwalk: No securityName specified". It is perfectly correct. You haven't specified a securityName. You've given a community

FW: SNMPv3 Help - Problems with user accounts. Trying to snmpwalk

2008-04-02 Thread Daniel Stewart
I have opted to go for Ubuntu in order to try to get this working. I am at the same stage as before though, i can snmpwalk the firewall using version 1 but with version 3 i still get - "snmpwalk: No securityName specified" This is dispite me following the snmpconf command line tutorial and g

Re: snmpd keeps diing without a reson even in debug mode.

2008-04-02 Thread Thomas Anders
Lyuben Bahtarliev schrieb: > Yep the latest main snapshot of the SVN solved the issue. Some other > arouse but I am quite comfortable with solving them by myself. Still, if you find the time to report any problems in SVN trunk, we'd be happy to know about them. +Thomas -- Thomas Anders (thom

RE: snmpd keeps diing without a reson even in debug mode.

2008-04-02 Thread Lyuben Bahtarliev
Yep the latest main snapshot of the SVN solved the issue. Some other arouse but I am quite comfortable with solving them by myself. Thanks for the help, Lyuben -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 8:41 PM To: Lyuben Bahtarliev Cc

Tables on agentx

2008-04-02 Thread Vincent Royo
Hello, I'm new in snmp development. I want to use an agentx on some nodes (pc) and make it communicate over tcp with a master agent on one other. I have the same data on each node, like number of disks, capacity, the status of a dynamic set of services, etc. The same mib is installed on all node

Re: Get , Get-next ...

2008-04-02 Thread Pranesh Kulkarni
On Tue, Apr 1, 2008 at 7:55 PM, Pamidipati Suresh-G20238 < [EMAIL PROTECTED]> wrote: > Hi Pranesh, > > I hope you have given the IP address correctly in the snmpwalk request.. > You can specify the timeout for the request to some large value (in > seconds) using the option -t as shown below. If y

Re: snmpget time out problem.

2008-04-02 Thread raghavendra annakula
FYI On Wed, Apr 2, 2008 at 3:54 AM, Mike Ayers <[EMAIL PROTECTED]> wrote: > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of raghavendra annakula > > Sent: Tuesday, April 01, 2008 2:43 AM > > > The snmpget command is > > snmpget -v 3 -a MD5 -A "hello1234" -l noAuthNoPri

Re: want some info??

2008-04-02 Thread saroj kumar
On Tue, Apr 1, 2008 at 2:53 PM, saroj kumar <[EMAIL PROTECTED]> wrote: > sir, >i am saroj doing project in windows using net-snmp,my problem is i am > unable to generate .c and .h file using mib2c tool and how do i set > environment variable for my own private MIBS. > please suggest me as soon