Re: NET-SNMP IPv6 SUPPORT !!

2011-11-11 Thread Lee
On 11/11/11, Dave Shield wrote: > On 11 November 2011 13:55, Waqas Ahmed Khan wrote: >> The problem is >> this that net-snmp is detecting my ipv6 based windows and linux machines. >> but it is not detecting my CISCO routers and switches. > > >> But for CISCO Router it always

Re: NET-SNMP IPv6 SUPPORT !!

2011-11-11 Thread Dave Shield
On 11 November 2011 13:55, Waqas Ahmed Khan wrote: > The problem is > this that net-snmp is detecting my ipv6 based windows and linux machines. > but it is not detecting my CISCO routers and switches. > But for CISCO Router it always gives this error: > > # snmpstatus -v2c -

NET-SNMP IPv6 SUPPORT !!

2011-11-11 Thread Waqas Ahmed Khan
Hello All, I have installed cacti (Version 0.8.7h ) to use in our IPV6 enviroment. I am using this(net-snmp-5.3.2.2-14.el5_7.1) version of net-snmp. The problem is this that net-snmp is detecting my ipv6 based windows and linux machines. but it is not detecting my CISCO routers and switches. For

Re: how to determine table query index in snmp subagent table handler?

2011-11-11 Thread Dave Shield
On 10 November 2011 23:03, Dave Shield wrote: >> Example handler code: > >>    int index; > >>        for (request=requests; request; request=request->next) { >>                index = request->index; > > Isn't this what you are looking for? Sorry - you're right of course. This is the index of t

Re: Dynamic snmp agent reconfiguration

2011-11-11 Thread Dave Shield
On 11 November 2011 06:00, Mohammad Waqas Athar wrote: >  Is there a way to dynamically reconfigure snmpd settings without restarting > it. I mean are there any IOCTL command, C api or signal handler defined to > reconfigure agent settings other then editing the snmpd.conf and restarting > agent o

Re: Dynamic snmp agent reconfiguration

2011-11-11 Thread anand anand
Net-Snmp supports re-reading of the snmpd.conf file if it receives a SIGHUP Check out the receive(void) function in snmpd.c, there is a call to update_config, which will be called only if a global flag is set when net-snmp receives a SIGHUP -anand On Fri, Nov 11, 2011 at 11:30 AM, Mohammad Waq