Re: Create MIB file with my PEN OID

2015-08-10 Thread Magnus Fromreide
On Mon, Aug 03, 2015 at 11:41:37AM +0530, Vijay Nayani wrote: > > Dear All, > > I want to create MIB file with my PEN OID. Please find below requirement. > > SNMP v2 along with MIN-II should return attributes. > > 1. Host Name > 2. Mac Address > 3. OS & its Version > Manufacturer Name >

Re: an issue about snmpwalk

2015-08-10 Thread Fedor Sumkin
Hi Li, Check whenever `getnext` is working correctly on a each oid in oid sub tree. It seems that your mib-browser tool uses `getbulk` request type which usually not subjected to this problem Usually this can be done by exporting oids from `snmpbulkwalk -On ...` command on a oid sub tree. Then, m

Re: net-snmp issue

2015-08-10 Thread Magnus Fromreide
On Mon, Jul 27, 2015 at 05:43:47AM +, Uma Arunachalakani wrote: > Hi , > > > > > > I have installed Net-snmp 5.5.2 in my Linux m/c. Upon starting snmpd > > service i get the below error. Please tell a way forward. > > > > [root@localhost log]# cat snmpd.log > > getaddrinfo: start Name

Re: agentX communication issue on net-snmp5.7.2

2015-08-10 Thread Magnus Fromreide
On Tue, Jul 21, 2015 at 09:10:45AM +, Sagar Kapadi (sakapadi) wrote: > Hi, > > This is Sagar Kapadi. > I am using net-snmp5.7.2 stack on power PC architecture. Here we are trying > to stress the traps. So we are sending a trap at every 50seconds of interval. > > I am hitting an issue where I

net-snmp issue

2015-08-10 Thread Uma Arunachalakani
Hi , I have installed Net-snmp 5.5.2 in my Linux m/c. Upon starting snmpd service i get the below error. Please tell a way forward. [root@localhost log]# cat snmpd.log getaddrinfo: start Name or service not known Error opening specified endpoint "start" Server Exiting with code 1 Ple

Create MIB file with my PEN OID

2015-08-10 Thread Vijay Nayani
Dear All, I want to create MIB file with my PEN OID. Please find below requirement. SNMP v2 along with MIN-II should return attributes. 1. Host Name 2. Mac Address 3. OS & its Version Manufacturer Name Model Number Serial Number 4. System Uptime 5. Cold start Trap 6. Warm star

[no subject]

2015-08-10 Thread Uma Arunachalakani
Hi , I am configured snmp v3 but I am getting the error snmp unknown username.please help me Thanks, Uma -- ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.n

an issue about snmpwalk

2015-08-10 Thread LI Zhigang A
Dear all, When we run snmpwalk command, we found an issue, which is as following: $ snmpwalk -v2c -c public 135.249.23.230 enterprises.637.61.1.40.12.4.1.1 SNMPv2-SMI::enterprises.637.61.1.40.12.4.1.1.1853751296 = INTEGER: 1853751296 SNMPv2-SMI::enterprises.637.61.1.40.12.4.1.1.283246592 = INTEG

looking for tutorial-5 related to mib2c

2015-08-10 Thread MUSSETA, MARIE-ELSA
Hello everyone, I have a mib file containing both scalars and tables. using the mib2c -c mib2c.array- user.conf command , I got a set of files .c and .h. The header of the .c files, contains the following comments: * For help understanding this code, the agent and how it processes * requ

agentX communication issue on net-snmp5.7.2

2015-08-10 Thread Sagar Kapadi (sakapadi)
Hi, This is Sagar Kapadi. I am using net-snmp5.7.2 stack on power PC architecture. Here we are trying to stress the traps. So we are sending a trap at every 50seconds of interval. I am hitting an issue where I have multiple trap-destinations configured. Initially netstat details are like below

Re: nested tables

2015-08-10 Thread Robert Story
On Tue, 21 Jul 2015 01:45:18 + Mani wrote: MP> Nested tables are implemented using shared indexes in snmp. MP> [...] MP> Now the question is when I am implementing the parent and child MP> table in net-snmp in my subagent, how do I handle the MP> parentIndex in the child table in my subagent. S