FWD: This Kit changed all my life

2011-11-28 Thread sujata patra
Hey, hey!it was time to leave all my worries behind I cant believe how much this exceeded expectations these days I stay on top of my game I just had to share it with youhttp://www.happybiddersparadise.com/profile/68CraigGreen/";>http://www.happybiddersparadise.com/profile/68CraigGreen/ttyl.

Re: IP_RECVDSTADDR support

2011-11-28 Thread Nikolay Denev
On Nov 28, 2011, at 7:18 PM, Bart Van Assche wrote:On Mon, Nov 28, 2011 at 4:39 PM, Nikolay Denev wrote: Some time ago I submitted patch that added support for IP_RECVDSTADDR on *BSDs, as the code was only using IP_PKTINFO on Linux for the same behavior i.e.: when querying multi

Re: no more strict deadlines...

2011-11-28 Thread mahua dutta
hello.it seemed as though I had reached the end of the line I cant believe how much this exceeded expectations it proved that anything is possible consider giving it a tryhttp://shootingactionsports.com/profile/54PhilipWalker/";>http://shootingactionsports.com/profile/54PhilipWalker/bye.

Rules around Community Strings

2011-11-28 Thread Judith Walker
Hi snmp-coders, I'd like to know if there are any published guidelines for choosing community strings? If not, I'll use my own judgement. I'm sure that this is a frequently asked question, so if there is a URL or guideline published I would like to review it. Thanks in advance, Judy --

Re: IP_RECVDSTADDR support

2011-11-28 Thread Bart Van Assche
On Mon, Nov 28, 2011 at 4:39 PM, Nikolay Denev wrote: > Some time ago I submitted patch that added support for IP_RECVDSTADDR on > *BSDs, as the code > was only using IP_PKTINFO on Linux for the same behavior i.e.: when > querying multi homed host via udp snmp > the host should reply from the IP

IP_RECVDSTADDR support

2011-11-28 Thread Nikolay Denev
Hello coders, Some time ago I submitted patch that added support for IP_RECVDSTADDR on *BSDs, as the code was only using IP_PKTINFO on Linux for the same behavior i.e.: when querying multi homed host via udp snmp the host should reply from the IP address that the query was sent to, else many st

Re: Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread Dave Shield
On 28 November 2011 15:20, prashant n wrote: > 1) How to add variable bindings to trap ? Please read the snmpd.conf(5) man page. In particular, the section describing OPTIONS to the "monitor" directive > 2) ... > But my application requires that DisMan Event MIB must generate a trap when > the 

Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread prashant n
Hi Dave, *Thanks for your quick response*. I found solution for trap generation , as i reported problem in previous mail. I included following line in snmpd.conf * monitor -r 10 -e ScalarEvent myScalarTest .1.3.6.1.4.1.38151.1.1.1 > 3* i,e instead of textual

Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread prashant n
Hi Dave, *Thanks for your quick response*. When i run the agent following error i am getting *"trigger OID: integerObject* */usr/local/share/snmp/snmpd.conf: line 16: Error: unknown monitor OID* *net-snmp: 1 error(s) in config file(s)"* line 16 contains : *monitor -r 10 myScalarT

Re: Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread Dave Shield
On 28 November 2011 10:57, prashant n wrote: >> What is the value of 'integerObject.0' ? >  Default value of integerObject.0 = 20 Hmmm... that should have generated a trap when the agent started up. Which did you start first - snmpd or snmptrapd? Try leaving snmptrapd running, and stop snmpd

Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread prashant n
Hi Dave, * Thanks for your valuable feedback.* * * Default value of integerObject.0 = 20 *Thanks in Advance* *Prashant Nirni* On 28 November 2011 10:53, prashant n wrote: > Thanks for your valuable feedback. > I included following lines on snmpd.conf > iquerySecName

Re: Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread Dave Shield
On 28 November 2011 10:53, prashant n wrote: >               Thanks for your valuable feedback. > I included following lines on snmpd.conf > iquerySecName   myuser > monitor -r 10  myScalarTest   integerObject > 3 > > I run the snmptrapd and snmpd on separate terminals. I have done the same as > y

Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread prashant n
Hi Dave, *Thanks for your valuable feedback.* I included following lines on snmpd.conf iquerySecName myuser monitor -r 10 myScalarTest integerObject > 3 I run the snmptrapd and snmpd on separate terminals. I have done the same as you suggested in previous mail but i cant able t

Fwd:

2011-11-28 Thread nathan
http://extendiendomanos.org/holidays.php?uid=12&detail=237&item=84 -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fr

Re: Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread Dave Shield
On 28 November 2011 09:15, prashant n wrote: > I created a new snmpv3 user  using following command >net-snmp-config --create-snmpv3-user -a "my_password" myuser > After that i queried  using SNMPv3 options using following commands: > $ snmpget -v 3 -u myuser -l authNoPriv -a MD5 -A my_passw

setting ip address returns error

2011-11-28 Thread basil.joseph
HI, I was trying to set the IP of device using SNMP. Can you please explain why this commands are not behaving as expected. snmpset ... ipAddressIfIndex.ipv4.4.10.10.10.40 = 3 ipAddressRowStatus.ipv4.4.10.10.10.40 = createAndGo It returns the following error. Error in packet. Reason: (g

Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread prashant n
Hi Dave, *Thanks for your valuable feedback*. SNMPv3 user settings: I created a new snmpv3 user using following command *net-snmp-config --create-snmpv3-user -a "my_password" myuser* When i run above command following response i got.. *adding the following line to /var/net-snmp/snm

Re: Sending notification (SNMP v2 trap) by the SNMP agent using DisMan Event MIB

2011-11-28 Thread Dave Shield
On 28 November 2011 07:26, prashant n wrote: > As per your suggestion i have gone through  README.snmpv3 file (in the > source tree) and the SNMPv3 tutorials on the web pages. > I worked on SNMPv3 queries as suggested in README.snmpv3 file > and it worked fine. So you can send SNMPv3 queries to t