Re: Disabling mibs

2008-04-06 Thread oknets10
Hi, Succeeded to do it by the following: snmpd -I -ifXTable,ifTable,interfaces,system_mib,sysORTable Thanks On Wed, Apr 2, 2008 at 7:42 PM, Mike Ayers <[EMAIL PROTECTED]> wrote: > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of oknets10

Fwd: Disabling mibs

2008-04-01 Thread oknets10
Hello all, No one can help with this ? please help. Regards Omri -- Forwarded message -- From: oknets10 <[EMAIL PROTECTED]> Date: Tue, Apr 1, 2008 at 4:22 PM Subject: Re: Disabling mibs To: Murilo Fujita <[EMAIL PROTECTED]> Cc: Net-snmp-users@lists.sourceforge

Re: Disabling mibs

2008-04-01 Thread oknets10
_the_agent_ > > I hope be usefull. > Good lucky and regards, > > Murilo Fujita > > *oknets10 <[EMAIL PROTECTED]>* escreveu: > > Hi, > > I'm trying to disable MIBs at the original snmpd. > I have tried snmpd -I-hr_system for example, but this didn

Disabling mibs

2008-03-31 Thread oknets10
Hi, I'm trying to disable MIBs at the original snmpd. I have tried snmpd -I-hr_system for example, but this didn't work. Actually, I don't care to disable all MIBII, if it's possible ? If not, then how can I disable system, interfaces & rmon mibs ? Net-snmp version is 5.3.0.1. Thanks Omri --

Agentx debugging

2008-03-30 Thread oknets10
Hi, I'm trying to get some debug information, without success. I have activated the master with the option -DALL and receive no additional outputs (other then what I have already received with the -Le -d options). I have tried also to run snmpconf to create snmp.conf with the debugging options tur

Re: agentxsocket command error

2008-03-04 Thread oknets10
homas Anders <[EMAIL PROTECTED]> wrote: > Mike Ayers wrote: > > oknets10 wrote: > >> I'm trying to create a subagent with the instructions in > >> "TUT:Writing a Subagent" second part "Instrumenting your own > >> code with agentx subage

agentxsocket command error

2008-03-03 Thread oknets10
Hello, I'm trying to create a subagent with the instructions in "TUT:Writing a Subagent" second part "Instrumenting your own code with agentx subagent support" and when I run my subagent I got the following error when it read the ".conf" file: "Warning: Unknown token: agentxsocket". why ? I'm abl

Re: Agentx subagent registering

2008-02-28 Thread oknets10
Hello Dave, Got it working both in the master and in the subagent. Thanks a lot for your help. Omri On Thu, Feb 28, 2008 at 11:30 AM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 27/02/2008, oknets10 <[EMAIL PROTECTED]> wrote: > > Isn't the fact that I

Re: Agentx subagent registering

2008-02-27 Thread oknets10
ield <[EMAIL PROTECTED]> wrote: > On 27/02/2008, oknets10 <[EMAIL PROTECTED]> wrote: > > The command was: > > snmpget -v 2c -c sub-public 192.168.1.1 sysDescr.0 > > And have you got anything configured to map the > community "sub-public" into the con

Re: Agentx subagent registering

2008-02-27 Thread oknets10
Hello Dave, The command was: snmpget -v 2c -c sub-public 192.168.1.1 sysDescr.0 Omri On Wed, Feb 27, 2008 at 5:43 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 27/02/2008, oknets10 <[EMAIL PROTECTED]> wrote: > > I have changed the registering of system in system_mib.c a

Re: Agentx subagent registering

2008-02-27 Thread oknets10
dea why ? I hope I don't need to change the registering of all the modules in the MIB. Omri > > On 26/02/2008, oknets10 <[EMAIL PROTECTED]> wrote: > > Hello Dave, > > > > Thank you for your help. > > I see in FAQ:codeing 22, how I register a MIB with a no

Agentx subagent registering

2008-02-25 Thread oknets10
Hello, I'm trying to run an agentx master & subagent using the original snmpd. Opening the session has succeeded, but all the registration is failed with error 263 (duplicate). I see in the messages that the subagent is sending, that the NON_DEFAULT_CONTEXT bit is set, but the length of the co