agentxPingInterval Handler and init_agentx_config() function

2004-07-07 Thread Kurapati M-G19456
Title: Message Hi,   Following code is the snippet of our SNMP SubAgent.  I am facing two problems with this finction.   1.  init_agentx_config() is deifined in agentx_config.c and the declaration is available in agentx_config.h file.  agentx_config.h is not getting copied i

Re: compling 5.1.1 on AIX

2004-07-07 Thread C Wells
--- Dave Shield <[EMAIL PROTECTED]> wrote: > > I don't really need cpu or memory for what I am > doing. > > Is there a way to configure without this ? > > Try > ./configure > --with-out-mib-modules=ucd-snmp/vmstat_aix4 > > Dave same result. still demanding the install of libperfstat. Any id

Re: admin status and operational status for interfaces

2004-07-07 Thread Users
On Sun, 28 Mar 2004 21:04:37 -0800 (PST) SK wrote: SG> --- [EMAIL PROTECTED], SG> > On Fri, 19 Mar 2004 12:23:42 + Dave wrote: SG> > DS> > I am not able to set the admin status of SG> > DS> > interfaces on my machine. How could I make it happen? SG> > DS> SG> > DS> The agent does not support w

Re: Table iterator: get_next_data_point

2004-07-07 Thread Users
On Wed, 7 Jul 2004 18:28:45 +0100 [EMAIL PROTECTED] wrote: HKC> > I have coded my own MIB module based on a stub file that was HKC> > originally auto-generated by mib2c using mib2c.iterate.conf,v HKC> > 5.5. The module contains a table with 7 columns and currently HKC> > 120 rows. [...] I was qu

RE: Table iterator: get_next_data_point

2004-07-07 Thread holger.klaas
> From: Holger > Sent: 06 July 2004 21:31 > I have coded my own MIB module based on a stub file that was > originally auto-generated by mib2c using mib2c.iterate.conf,v > 5.5. The module contains a table with 7 columns and currently > 120 rows. The first 3 columns are table indexes and defined

Help

2004-07-07 Thread Nguyen, Mark
  Hello,   Can someone help me to run net-snmp?  I have it install on my server but I don't know how to use it? I would be very appreciating if you spend some times guiding me for the beginning.   Thanks, -Mark Nguyen

Support for Ciso ACLs

2004-07-07 Thread Anuradha Bhakta
Hi Dave, Does net-snmp has any support for Cisco ACLs(Access control lists). If we were to provide ACL support for communities, meaning if we want to restrict community strings per IP address, I guess com2sec caters to all the requirements. Notification mibs can be used for restricting traps.

Re: snmpd doesn't handle "weird" community strings?

2004-07-07 Thread Dave Shield
> > My *guess* is that it's probably the config file parsing that's > > getting confused. Try running the agent with '-Dread_config' > > and/or '-Dnetsnmp_udp_parse_security' and watch what gets set up. ... > > It appears to cough on the # at the start of my RW community string. > /usr/s