RE: SNMP Deamon Problems...

2004-07-13 Thread Fernández Piñas, David
You can run snmpconf -g -i basic_setup in order to automatically copy the created snmpd.conf file (notice the final d) to the /usr/local/share/snmp directory. Start the daemon with snmpd -f -Le -Dread_config to see what configuration settings it's reading and from where. -Original

RE: SNMP Deamon Problems...

2004-07-13 Thread Fawad Nazir
Thank a lot for help so kind ot SANJAY MADAN Fernández Piñas, David. Actully after checking the problem for quite a lot of time i managed to solve it. Just to share the problem solution, i had already snmpd process running thats why it was giving error Error opening specified endpoint udp:161

What if Mgr. dies!!

2004-07-13 Thread Tina Agarwal
Hi All, I have a general query. What can be the efficient way of handling traps in the agent if there is either no Manager or the Manager dies. No trap should be missed and action should be taken in response to each and every trap. Thsnx Tina

Re: problem in configuring agent for SNMPv3 protocol

2004-07-13 Thread Narinder Soni
when I give the version as -- trapsess -v 2c localhost:9001 then the snmptrapd receive all the traps, but with -v 3 it doesn't receive anythingnot even the Cold Start trap from agent. How can I make apps/snmptrapd receive traps with the following statement in snmpd.conf file of agent?

Re: problem in configuring agent for SNMPv3 protocol

2004-07-13 Thread Dave Shield
when I give the version as -- trapsess -v 2c localhost:9001 then the snmptrapd receive all the traps, but with -v 3 it doesn't receive anythingnot even the Cold Start trap from agent. You need to specify *all* the SNMPv3 settings in the trapsess line - i.e. the username, security level

Double registration

2004-07-13 Thread Kurapati M-G19456
Title: Message Hello, Last parameters to the 'netsnmp_register_mib()' fucntion is 'perform_callback'. Ifloading of the MIB (netsnmp_subtree_load()) is failed, this parameter 'perform_callback' should have been set to FALSE, so that the callbacks will not be performed. In this

Re: Getbulk

2004-07-13 Thread Tina Agarwal
Thanx a lot Dave for your kind help.. Tina - Original Message - From: Dave Shield [EMAIL PROTECTED] To: Tina Agarwal [EMAIL PROTECTED] Cc: net-snmp-users [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 3:26 PM Subject: Re: Getbulk Can anybody please explain GETBULK

Re: problem in configuring agent for SNMPv3 protocol

2004-07-13 Thread Narinder Soni
Thanks Dave. It works now :) Soni Dave Shield wrote: when I give the version as -- trapsess -v 2c localhost:9001 then the snmptrapd receive all the traps, but with -v 3 it doesn't receive anythingnot even the Cold Start trap from agent. You need to specify *all* the SNMPv3

Re: Range for an object of type OBJECT IDENTIFIER

2004-07-13 Thread Dave Shield
How to define a fixed length OBJECT IDENTIFIER type of object in the MIB? Does SMIv2 allows SIZE tag for an object of type OBJECT IDENTIFIER? I don't think so, no. The only mention of SIZE in RFC2578 is in relation to OCTET STRING values. (Apart from one place where it explicitly states that

Error message: No log handling enabled

2004-07-13 Thread Marco Waller
Hi everyone, I have posted this problem two weeks ago, but didn't get an answer yet. Can somebody tell me how to start the agent if all error and warning messages should only be sent to syslog ? Calling './snmpd -Lsd' doesn't work (Log file is written too) and results in the debug error message

RE: What if Mgr. dies!!

2004-07-13 Thread Fernández Piñas, David
One option would be to implement a trap history table at your snmp agent, so if the manager dies, when it resurrects can check if the agent has sent any trap. -Original Message- From: Tina Agarwal Sent: Tuesday, July 13, 2004 11:00 AM To: net-snmp-users Subject: What if Mgr. dies!!

Re: same column name in different mibs

2004-07-13 Thread Giorgio Nunzi
Hi. ujjwal wrote: Hi, I am writing the new mib which contains multiple tables. What I observed is if my table contains some column name (say ifIndex) which matches with column from some standard mib, mib2c is using the column from the standard mib and not my mib. Is it that snmp libraries are

[HELP]SNMP using net-snmp perl module

2004-07-13 Thread Sushil Gholap
Hi All I am new to this topic SNMP. I want to do perl programming using NET-SNMP Perl module for managing our LAN. Please guide me how should I proceed further? Is there any step by step tutorial available online or books. Thanks in advance. Regards Sushil Gholap