Re: snmp query issue in agentX lib 5.6 due to missing endOfMibView field

2015-07-15 Thread Robert Story
On Thu, 11 Jun 2015 14:33:04 + Nilanjan wrote: NS In our solution, we have sub-agent and which registered with NS master agent netsnmpd 5.5 for some standard MIB for some NS sub-range (say for some rows in ifTable MIB). [...] NS NS But if we registered with range_ubound = 22 (max column in NS

snmp query issue in agentX lib 5.6 due to missing endOfMibView field

2015-06-11 Thread Nilanjan Sarkar
Hi All, In our solution, we have sub-agent and which registered with master agent netsnmpd 5.5 for some standard MIB for some sub-range (say for some rows in ifTable MIB). We use range_subid (10) and range_ubound (15) parameters from netsnmp_handler_registration structure. Every things work

Re: Net SNMP query

2014-12-31 Thread Vivek Maurya
Thanks Pal Wes On Wed, Dec 31, 2014 at 7:48 AM, Pal pals...@gmail.com wrote: Why can't you just add sysName your-sys-name in your agents snmpd.conf file? Agent will parse this and sets the hostname accordingly. Thanks Sent from my iPhone On Dec 30, 2014, at 5:50 PM, Wes Hardaker

Net SNMP query

2014-12-30 Thread Vivek Maurya
Hi All, I have following scenario to develop, could anybody suggest how to implement it. Net SNMP has default implementation of *sysName*. I want to modify *sysName* value whenever SNMP server query, sysName is not constant it will be dynamic value. But I do not want to modify exist code of Net

Re: Net SNMP query

2014-12-30 Thread NIJESH V P
you can change sysname using snmpset request. On Tue Dec 30 2014 at 1:35:56 PM Vivek Maurya vivek.t...@gmail.com wrote: Hi All, I have following scenario to develop, could anybody suggest how to implement it. Net SNMP has default implementation of *sysName*. I want to modify *sysName*

Re: Net SNMP query

2014-12-30 Thread NIJESH V P
net-snmp/agent/mibgroup/mibII/system_mib.c contain the code of sysname implementation.you can add your code there. ... static void system_parse_config_sysname(const char *token, char *cptr) { system_parse_config_string(token, cptr, sysName, sysName,

Re: Net SNMP query

2014-12-30 Thread Vivek Maurya
I do not want to modify SNMP exist code. On Tue, Dec 30, 2014 at 2:16 PM, NIJESH V P nijes...@gmail.com wrote: net-snmp/agent/mibgroup/mibII/system_mib.c contain the code of sysname implementation.you can add your code there. ... static void

Re: Net SNMP query

2014-12-30 Thread Wes Hardaker
Vivek Maurya vivek.t...@gmail.com writes: I do not want to modify SNMP exist code. You can configure the agent to remove the implementation of that variable and re-implement it using an extension instead. See the EXTENDING AGENT FUNCTIONALITY section of the snmpd.conf manual page. -- Wes

Re: Net SNMP query

2014-12-30 Thread Pal
Why can't you just add sysName your-sys-name in your agents snmpd.conf file? Agent will parse this and sets the hostname accordingly. Thanks Sent from my iPhone On Dec 30, 2014, at 5:50 PM, Wes Hardaker harda...@users.sourceforge.net wrote: Vivek Maurya vivek.t...@gmail.com writes: I do

Re: SNMP query on IPv6 address

2012-01-31 Thread Dave Shield
On 21 January 2012 13:31, Avishek Chowdhury avishek.chowdh...@gmail.com wrote: # snmpget -v 3 -c public 'UDP6:[fe80::2d0:b7ff:fe21:c6c0]' sysUpTime.0 Well the first problem is that you are mixing a SNMPv1/2c community string (-c) with SNMPv3 requests.If you are using community-based

SNMP query on IPv6 address

2012-01-21 Thread Avishek Chowdhury
Hi, I'm trying to make an SNMP query on IPv6 address but getting error. Following are the version of Net-SNMP and SNMP query output. root@lnx214-92:/usr/bin/bin# snmpget -V NET-SNMP version: 5.7.1 root@lnx214-92:/usr/bin/bin# snmpget -v 3 -c public 'UDP6:[fe80::2d0:b7ff:fe21:c6c0]' sysUpTime.0

SNMP query!!

2009-03-12 Thread Upakul Barkakaty
Hi all, I am doing a project on SNMPv3. I was going through certain RFCs (3411,3412,3417), wanted to query if the net-snmp-5.4.2 package is compliant with these RFCs? Could someone please tell me if that is the case, or if not, could you please let me know which features or points are missing?

Re: SNMP query!!

2009-03-12 Thread Dave Shield
2009/3/12 Upakul Barkakaty upa...@gmail.com: I wanted to query if the net-snmp-5.4.2 package is compliant with these RFCs? The Net-SNMP package supports SNMPv3, so yes - it should be compliant with these RFCs. Dave

Re: SNMP query!!

2009-03-12 Thread Dave Shield
2009/3/12 Upakul Barkakaty upa...@gmail.com: I have another query. Has there been any major changes between net-snmp-5.3.1 and net-snmp-5.4.2 with respect to these RFCs? In terms of SNMPv3 support - no. Or is it the case that there has been mostly bug fixes between net-snmp-5.3.1 and now?

Re: SNMP query!!

2009-03-12 Thread Upakul Barkakaty
Dave, Thanks a lot for your reply. Appreciate it. I have another query. Has there been any major changes between net-snmp-5.3.1 and net-snmp-5.4.2 with respect to these RFCs? Or is it the case that there has been mostly bug fixes between net-snmp-5.3.1 and now? I am working on net-snmp-5.3.1

snmp query remote system

2008-11-23 Thread Cardoza, Eric
Hello SNMP Experts. I installed net-snmp on three RHEL5 servers, and set up user authentication for snmpv3 with the same username and passcode on each server. I am able to query mibs locally on each of the servers; but neither server responds queries from remote servers. All systems are on

RE: snmp query remote system

2008-11-23 Thread Ambika Tripathy
@lists.sourceforge.net Subject: snmp query remote system Hello SNMP Experts. I installed net-snmp on three RHEL5 servers, and set up user authentication for snmpv3 with the same username and passcode on each server. I am able to query mibs locally on each of the servers; but neither server responds

Re: SNMP Query

2008-02-14 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On

Re: SNMP Query

2008-02-11 Thread Dave Shield
On 12/01/2008, Umesh Kamath [EMAIL PROTECTED] wrote: I am Using HP UX 11.11. I want to know how to handle trap in HP ux 11.11. What exactly do you want to do with these traps? From net i understood that trapd and associtaed trapd.conf file Holds Goos. snmptrapd is the application that we

Re: SNMP Query

2008-01-19 Thread Brian A. Seklecki
Without a config file present, it will start with its compile-time defaults. Edit the config file and read the man page snmpdtrapd.conf(5): $ strings /usr/lib/libsnmp.so.15|egrep -B4 -i \.conf|SNMPCONFPATH %s/%s.conf %s/%s.local.conf /usr/share/snmp /etc/snmp SNMP_PERSISTENT_FILE

SNMP Query

2008-01-14 Thread Umesh Kamath
I am Using HP UX 11.11. I want to know how to handle trap in HP ux 11.11. From net i understood that trapd and associtaed trapd.conf file Holds Goos. But in My machine trapd and conf file not present. Pls let me know which utility do i need to install.

snmp query timeout

2007-02-02 Thread Gaurav Ghimire
Dear Sirs and madams please help me on this I am working out MRTG in my RHEL 4 box but whenever I do a snpmget or snmpwalk query to any MIB it gives a timeout:No response from localhost i increased the timeout to the highest i can and I flushed the iptables too still i cant get over it

snmp query timeout

2007-02-02 Thread Gaurav Ghimire
Dear Sirs and madams please help me on this I am working out MRTG in my RHEL 4 box but whenever I do a snpmget or snmpwalk query to any MIB it gives a timeout:No response from localhost i increased the timeout to the highest i can and I flushed the iptables too still i cant get over it

Re: snmp query timeout

2007-02-02 Thread Dave Shield
On 02/02/07, Gaurav Ghimire [EMAIL PROTECTED] wrote: Dear Sirs and madams please help me on this I am working out MRTG in my RHEL 4 box but whenever I do a snpmget or snmpwalk query to any MIB it gives a timeout:No response from localhost Please see the FAQ entries Why doesn't the agent

Re: to make snmp query from agent to manager, which snmpd.conf? on manager ? on agent ?

2007-01-19 Thread Galaxy Virus
Hello, Thank you so much for your explanation. But please let me ask you again. When I made snmp query from windows XP work station which runs net-snmp agent to obtain some information on news manager, it was successful. That's why I felt ambiguous. If you dont mind, could you please

Re: to make snmp query from agent to manager, which snmpd.conf? on manager ? on agent ?

2007-01-19 Thread Dave Shield
On 19/01/07, Galaxy Virus [EMAIL PROTECTED] wrote: When I made snmp query from windows XP work station which runs net-snmp agent to obtain some information on news manager, it was successful. That's why I felt ambiguous. If you dont mind, could you please explain me why it happened

to make snmp query from agent to manager, which snmpd.conf? on manager ? on agent ?

2007-01-18 Thread Galaxy Virus
. (1) can snmp agent make snmp query to get some information on snmp manager ? If yes, I think that I will need to make some configuration for snmpd.conf. In this case, which snmpd.conf ? snmpd.conf of manager? snmpd.conf of agent ? (2) can snmp agent make snmp query to get some information

Re: SNMP query problem

2006-03-13 Thread Dave Shield
On Mon, 2006-03-13 at 16:17 +0530, Ramachandrappa, Nataraju Karidasarahalli wrote: If I start the developed agent and gave the following snmpget command snmpget -c demo localhost 1.3.6.1.4.1.11.255.1.2.1.0. that particular handler gets called 3 times. Why it is getting called 3 times. The

Re: SNMP Query

2006-02-14 Thread Wes Hardaker
On Fri, 10 Feb 2006 15:03:30 -, Singh, Sandeep, VF UK - Technology (TS) [EMAIL PROTECTED] said: Sandeep I want to create the SNMP messages(GetRequest,GetResponse,Trap) Sandeep messages for a test tool that we curruntly are using for testing IN Sandeep messages.it supports the UDP layer.The

SNMP Query

2006-02-13 Thread Singh, Sandeep, VF UK - Technology (TS)
Hi I want to create the SNMP messages(GetRequest,GetResponse,Trap) messages for a test tool that we curruntly are using for testing IN messages.it supports the UDP layer.The test tool works on OpenVMS Operating system. I have a query that is it possible to use the files/macros given by you for

web snmp query

2004-08-25 Thread Amit Singh CHANDEL
Hello, Does any one have some idea of adding snmp plugins in to a web brwoser, I mean we download some pages where the plugins accept data and generate snmp query to send to net snmp agent, Thanks, -- Amit Singh Chandel

SNMP Query on Callback transport

2004-08-24 Thread Jeeru.Subbi
Hi All, I wud just like to seek a clarification as how do you make a query over the Callback transport ? I'd seen that for all other transports we have a transport specifier - for ex: the transport specifiers for UDP, TCP, IPX, UNIX, TCPIPv6 , UDP6, ATMPVC are udp, tcp, ipx, unix, tcpipv6, udp6,