GNU autoconf tool for porting software package

2011-12-13 Thread prashant n
Hi, I have found *porting* document in the link: * http://www.net-snmp.org/docs/PORTING.html *and i have gone through that. Actually i want to cross compile net-snmp package 5.6.1.1 into our target device(Embedded H/W with Linux OS). *Please suggest me on following things* * * 1) Whether i

Require guide lines for cross-compiling net-snmp package

2011-12-09 Thread prashant n
-snmp package? 2) What are the ways to do cross-compiling net-snmp package ? *Thanks in Advance* *Prashant Nirni* * * * * * * On 29 November 2011 15:04, prashant n wrote: > I want to print above textual OID's as numeric OID's. So what i need to > change in the code notific

setting configure options such as --host, --build and --target while cross-compiling

2011-12-08 Thread prashant n
r type -v OS version ** Now tell me based on this how can i set configure options such as --host, --build and --target ? *Thanks in Advance* *Prashant Nirni* On 07.12.2011 14:18 prashant n

Error while cross compiling net-snmp package

2011-12-07 Thread prashant n
Hi, I wanted to cross compile net-snmp package 5.6.1.1 into our target device. Target Device Platform Details Embedded H/W with Linux OS (AT91SAM9260-EK board) 1. Kernel Version : 2.6.27 2. Busy Box Version: v1.12.0 3. Pre-built Linux OS with file system, ARM9 CPU 4.

Blocking ColdStart(0) Trap by the SNMP agent(snmpd) deamon

2011-12-05 Thread prashant n
Hi, I am able to send the traps based on my application. The first trap generated by the SNMP agent will be ColdStart(0) when the SNMP agent runs. So i want to block the trap *ColdStart* so that whatever i will send the trap becomes first.* Please guide me on this.* * * *Thanks and Regards*

Sending multiple traps based on the condition

2011-12-01 Thread prashant n
on this.* * * *Thanks in Advance* *Prashant Nirni* On 29 November 2011 15:04, prashant n wrote: > I want to print above textual OID's as numeric OID's. So what i need to > change in the code notification.c Nothing SNMP works with numeric OIDs throughout. How these are displ

converting textual OID's to numeric OID's

2011-11-29 Thread prashant n
Hi, I have worked on SNMP tutorial section i,e i compiled agent/mibgroup/examples/notification.c with the SNMP agent. This will send notification for every 30 sec. I started the snmpd and snmptrapd on separte terminal. I got following trap on snmptrapd terminal *2011-11-29 20:02:38 lo

Sending notification (SNMP v2 trap) by the SNMP agent using mib2c.notify.conf configuration file

2011-11-29 Thread prashant n
Hi Dave, * Thanks for your valuable feedback.* * * Please suggest me which method i need to follow whether DisMan Event MIB or mib2c.notify.conf, for generating SNMPv2 traps ? *Thanks in Advance* *Prashant Nirni* * * * * On 29 November 2011 10:22, prashant n wrote: >

Sending notification (SNMP v2 trap) by the SNMP agent using mib2c.notify.conf configuration file

2011-11-29 Thread prashant n
; configuration file. *How to do that ? * * * * * * *Thanks in Advance* *Prashant Nirni* 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&qu

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

2011-11-28 Thread prashant n
to do that ?* * * *Thanks in Advance* *Prashant Nirni* 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 y

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

2011-11-28 Thread prashant n
itor -r 10 myScalarTest integerObject > 3* * * Whether i need to give OID of *integerObject i,e .1.3.6.1.4.1.38151.1.1.1.0 *in the monitor configuration line 16 ( instead of *integerObject) ?* * * *Thanks in Advance* *Prashant Nirni* On 28 November 2011 10:57, prashant n wrote: >> W

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 > ique

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

2011-11-28 Thread prashant n
ble to generate trap. How to fix this ? * * *Thanks in Advance* *Prashant Nirni* * * 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

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

2011-11-28 Thread prashant n
(value = 1 to value = 3). *Thanks in Advance* *Prashant Nirni* 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 i

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

2011-11-27 Thread prashant n
-requisite i need to follow in order to handle DisMan Event MIB ? *Thanks in Advance* *Prashant Nirni * On 25 November 2011 14:56, prashant n wrote: > As per your suggestion, i created snmpd.conf file > and also i created snmptrapd.conf file which contains only single line > I a

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

2011-11-25 Thread prashant n
2 traps using DisMan Event MIB? *Thanks in Advance* *Prashant Nirni* On 25 November 2011 06:30, prashant n wrote: > Please suggest me on following things > 1) I want to send SNMP v2 traps by the SNMP agent. See the 'snmpd.conf(5)' man page - in particular "tr

Sending notification by the SNMP agent using DisMan Event MIB

2011-11-24 Thread prashant n
v3 yet? If not, then I'd suggest you give this a go first"* * * I did not get this. So how to send SNMP v2 traps? 2) Now can you guide me the flow for DisMan Event monitoring of scalar object for sending SNMP v2 traps ? * * * * *Thanks in Advance* *Prashant Nirni* * * * * * * On 24 Nov

Sending notification by the SNMP agent using DisMan Event MIB

2011-11-24 Thread prashant n
i need to add? *Thanks in Advance* *Prashant Nirni* On 23 November 2011 15:24, prashant n wrote: > 1) How to quick start to send notification(TRAP) to the manager by the SNMP agent ? For configuring where the agent should send notifications, please see the snmpd.conf(5)' man p

Updating of MIB file (one of my own devising) object values defined under MIB table

2011-11-24 Thread prashant n
. How to do that? 2) How can i move to particular row and update diPinValue? 3) Whether SNMP agent updates the object values in the MIB table row or appends a new row to the table? *Thanks in Advance* *Prashant Nirni* On 21 November 2011 10:11, prashant n wrote: > Yes i used mib2c tool

Sending notification by the SNMP agent

2011-11-23 Thread prashant n
Hi, *Please suggest me on following things* * * * * 1) How to quick start to send notification(TRAP) to the manager by the SNMP agent ? 2) The SNMP agent must send trap if any changes in the underlying system that must be reflected to objects defined in MIB file. How to do that? *Thanks i

Problem with running sub-agent: AgentX

2011-11-23 Thread prashant n
efile ? * * * Thanks in Advance Prashant Nirni * * * * * * * On 23 November 2011 06:33, prashant n wrote: > Following lines shows the output of the command: > sudo /usr/local/sbin/snmpd -f -L -d -p > Turning on AgentX master support. > NET-SNMP version 5.6.1.1 OK - so there's

Problem with running sub-agent: AgentX

2011-11-22 Thread prashant n
5.6.1.1 *Thanks in Advance* *Prashant Nirni* On 22 November 2011 14:43, prashant n wrote: > my snmpd.conf looks like this > > rwcommunity private > master agentx > > and i run the master agent using command: > sudo /usr/local/sbin/snmpd -f -L -d -p What

Problem with running sub-agent: AgentX

2011-11-22 Thread prashant n
Hi, Before i move to the problem with running sub-agent, i wanted to know what is the main advantage of using sub-agent in comparison with compiling MIB modules with the SNMP agent snmpd i,e the following flow i followed when i started reading tutorial section : TUT: Writing a MIB Module a

Updating of MIB file (one of my own devising) object values

2011-11-21 Thread prashant n
b2c.create-dataset.conf diTable Finally i got diTable.c and diTable.h files on the current directory . *Thanks in Advance* *Prashant Nirni* On 21 November 2011 06:40, prashant n wrote: > I wrote a MIB file containing a table, i want to update that table > continuously and also based

Updating of MIB file(one of my own devising)

2011-11-20 Thread prashant n
based on *interval*. How to do that? I am talking about, updating MIB file * one of my own devising*. *Thanks in Advance* *Prashant Nirni* On 18 November 2011 14:40, prashant n wrote: > 1) How to update MIB file ? What do you mean by "updating a MIB file"? Is this a standard

Updating of MIB file and sub agent creation

2011-11-18 Thread prashant n
Hi, *Please suggest me on following things* 1) How to update MIB file ? 2) In order to manage a device with SNMP, is it necessary that we need to implement sub agent of our own? or we can use net-snmp agent deamon snmpd itself ? If we need to implement sub agent then how ? Thanks N Regards

How to Port net-snmp package 5.6.1.1 to a device (Embedded Hardware with Linux OS)

2011-11-18 Thread prashant n
Hi, We want to port net-snmp package 5.6.1.1 into device (Embedded Hardware with Linux OS). Following are the platform details of device (Embedded Hardware with Linux OS). Platform Details Embedded H/W with Linux OS 1. Kernel Version : 2.6.27 2. Busy Box Version: v1.12.0

Few queries(General) regarding MIB file

2011-11-17 Thread prashant n
parameters declared as a indexes to the table in aiEntry must be an Integer32 ? What is the purpose of specifing limit explictly in index parameters ? *Please guide me on the above queries* * * *Thanks N Regards* *Prashant Nirni* On 16 November 2011 15:00, prashant n wrote: > 1) How to c

Few doubts regarding MIB file

2011-11-16 Thread prashant n
Hi, I am using SMI-v2 syntax for writing MIB file. Please clarify the following doubts 1) How to create a table containing* float* as its parameters? Can we use *OCTET STRING* as data type? 2) In general, whenever manager sends set request to the agent, both the parameters in MIB file in t

Porting net-snmp package 5.6.1.1 to iSense device (Embedded Hardware with Linux OS)

2011-11-15 Thread prashant n
Hi, I we have an iSense device (Embedded Hardware with Linux OS) , which is basically used for site monitoring in the telecom sector. So we would like to implement SNMP in our iSense device. We want to port net-snmp package 5.6.1.1 into iSense device. Following are the details of Linu

MIB table creation

2011-11-15 Thread prashant n
Hi, I have following doubts while creating a MIB table, please clarify it. 1) What is the actual purpose of using read-create as MAX-ACCESS 2) Whether RowStatus can be used for creating, modifying, and deleting instances of the columnar objects by the manager only? what about creatin

Problem with running SNMP agent

2011-11-11 Thread prashant n
Hi, I compiled SNMP agent with MIB module and i created snmpd.conf file using snmpconf script, with following contents ### # # snmpd.conf # # - created by the snmpconf configuration program #

Problem with running SNMP agent

2011-11-10 Thread prashant n
Error opening specified endpoint "" Server Exiting with code 1 *Please provide me solution for this problem* Thanks N Regards Prashant N -- RSA(R) Conference 2012 Save $700 by Nov 18 Register no

Problem with Compiling SNMP agent with scalar MIB module

2011-11-07 Thread prashant n
Hi, I already installed net-snmp package with version:5.6.1.1 And i started compiling snmp agent with nstAgentModuleObject MIB module ,referring net-snmp tutorial section. Steps I followed: Run following commnds on unix prompt 1) ./configure --with-mib-modules="nstAgentModuleObject" 2)

prashant n wants to chat

2011-11-07 Thread prashant n
--- prashant n wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-72e1715f70-31539c8b1b-9VGg9pC-8MyEnLV4DO1A9xNZ72w Y

Problem with installing net-snmp package 5.6.1.1 on UBUNTU version: 11.04

2011-11-04 Thread prashant n
Hi, The problem is that when we trying to install net-snmp package 5.6.1.1 on UBUNTU version: 11.04,we are getting an error message as below, Installation steps: Run following commands on unix prompt to install the package 1) ./configure After running this, it will ask for configuration, just