net-snmp

2009-10-06 Thread sangayya.alagundimath
Hi , Can you pls send us the detailed installation steps to install it on hp-ux, and aix. Thanks Sangayya -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you

RE: Welcome to the Net-snmp-users mailing list

2009-10-06 Thread Swagatika Panda
Hi, I am getting error if I enter the following command: snmpget -c NETMAN v 3 -t 30 -e 881c044653 -E 881c044654 -u proxyuser1 -l noAuthNoPriv -m /home/swagatika/isstestsuite/snmp_mibtest/mibs/fscfa.mib 12.0.0.1 ifMainAdminStatus.34 snmpget: Unknown host (v) (Resource temporarily

snmp v3 get failssnmpget: Unknown host (v) (Resource temporarily unavailable)

2009-10-06 Thread Swagatika Panda
Hi, I am getting error if I enter the following command: snmpget -c NETMAN v 3 -t 30 -e 881c044653 -E 881c044654 -u proxyuser1 -l noAuthNoPriv -m /home/swagatika/isstestsuite/snmp_mibtest/mibs/fscfa.mib 12.0.0.1 ifMainAdminStatus.34 snmpget: Unknown host (v) (Resource temporarily

Looking for SNMP myths

2009-10-06 Thread Michael Schwartzkopff
Hi, I am preparing a talk about the SNMP protocol and especially about the net- snmp implementation on a network monitoring conference. I am looking for the most common and most widespread prejudice against using SNMP. Of course anybody heard about SNMP not beeing safe, SNMP filling up the

Re: Looking for SNMP myths

2009-10-06 Thread Fulko Hew
On Tue, Oct 6, 2009 at 7:16 AM, Michael Schwartzkopff mi...@multinet.de wrote: I am preparing a talk about the SNMP protocol and especially about the net- snmp implementation on a network monitoring conference. I am looking for the most common and most widespread prejudice against using SNMP.

query on function family netsnmp_ds_get_string

2009-10-06 Thread sanjaykumar
Hi All, I am trying to bind the port "162" receive the inform response form server(PACT Server). but it is failing in snmpUDPDomain.c at the below line : client_socket = netsnmp_ds_get_string(NETSNMP_DS_LIBRARY_ID, NETSNMP_DS_LIB_CLIENT_ADDR); Basically I am getting the NULL as

Re: Looking for SNMP myths

2009-10-06 Thread Traiano Welcome
Hi Michael Schwartzkopff wrote: Hi, I am preparing a talk about the SNMP protocol and especially about the net- snmp implementation on a network monitoring conference. I am looking for the most common and most widespread prejudice against using SNMP. Of course anybody heard about SNMP

snmptrapd and snmpinform

2009-10-06 Thread sanjaykumar
Hi All, I have a doubt regarding the binding of port 162. suppose I am sending to snmpinform to a remote 172.16.8.127[snmp manager] from 172.16.8.83[snmp agent] As snmptrap is running on the snmp manager 172.16.8.127 Assume everything is fine and it has responded the request.

Re: Problem with snmptable, snmpwalk for a table with gaps in column ids

2009-10-06 Thread Aaron Young
After much tracking down I believe I narrowed the problem down to an assumption of contiguous indices in table_data.c. Any getnext request on the last row of a column followed by a gap would produce nonsense. This patch seems to fix the problem: --- table_data.c.orig Tue Oct 6 12:33:16

problem creating rows with data-set

2009-10-06 Thread niepa inter
Hi, I have generated a code for snmp using mib-2c (data-set). It works, howerver it won't let me add additional column to the predefined ones. Let say I have the oid .1.2.3.4.COLUMN_SENSE1. I can add a row to it and I obtain .1.2.3.4.COLUMN_SENSE1.1 but I don't have a way to add and additional

RE: snmptrapd and snmpinform

2009-10-06 Thread Mike Ayers
From: sanjaykumar [mailto:sanjay.ku...@globaledgesoft.com] Sent: Tuesday, October 06, 2009 6:50 AM I have a doubt regarding the binding of port 162. suppose I am sending to snmpinform to a remote 172.16.8.127[snmp manager] from 172.16.8.83[snmp agent] As snmptrap is running

RE: problem creating rows with data-set

2009-10-06 Thread Mike Ayers
From: niepa inter [mailto:yanni...@yahoo.com] Sent: Tuesday, October 06, 2009 10:42 AM I have generated a code for snmp using mib-2c (data-set). It works, howerver it won't let me add additional column to the predefined ones. Let say I have the oid .1.2.3.4.COLUMN_SENSE1. I can add a row to

Re: snmp v3 get failssnmpget: Unknown host (v) (Resource temporarily unavailable)

2009-10-06 Thread Thomas Anders
Swagatika Panda wrote: snmpget -c NETMAN v 3 -t 30 -e 881c044653 -E 881c044654 -u proxyuser1 -l noAuthNoPriv -m /home/swagatika/isstestsuite/snmp_mibtest/mibs/fscfa.mib 12.0.0.1 ifMainAdminStatus.34 snmpget: Unknown host (v) (Resource temporarily unavailable) Use -v 3 (note the

Net-snmp Version 5.5 DISMAN-EVENT Errors

2009-10-06 Thread Charles Liu
I have some Net-snmp Version 5.5 DISMAN-EVENT Errors. The steps are: (1) Inside the snmpd.conf, I have the following lines: authtrapenable 1 trapcommunity public trap2sink localhost createUseruser1 MD5 pass1 DES iquerySecName user1 rouseruser1 (2) After I ran snmpd as snmpd

How to test Net-snmp Version 5.5 DISMAN-SCHEDULE-MIB

2009-10-06 Thread Charles Liu
Hi: Does someone have the snmpset statements to test the DISMAN-SCHEDULE-MIB? I have tried something like: (1) snmpset -v 2c -c private localhost schedRowStatus.3.115.119.99.4.116.101.115.116 = 6 Error in packet. Reason: noCreation (That table does not support row creation or that object can

Procedure to create netsnmp subagent using mib2c with agentx protocol

2009-10-06 Thread purushotam rao
Dear Sir, Can I have the complete procedure to create netsnmp subagent with agent x protocol With Regards U.Purushotham Rao ITI Limited Bangalore -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA

procedure to create subagent using mib2c

2009-10-06 Thread purushotam rao
Dear Sir Can I have the complete procedure to create netsnmp subagent with agent x protocol With regards purushotham rao -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event

procedure to create sub agent

2009-10-06 Thread purushotam rao
Dear Sir, Can I have the procedure to create sub agent. I created master agent by adding the line master agentx in snmpd.conf file. With regards U Purushotham rao ITI Limited -- Come build with us! The BlackBerry(R)