Re: mib2c problems

2005-02-01 Thread Robert Story
On Tue, 01 Feb 2005 14:00:46 -0500 Michael wrote: MPS> I am able to get snmptranslate to pick up my MIBs, but I can't get mib2c MPS> to do so. MPS> MPS> [EMAIL PROTECTED] root]# snmptranslate -m ALL .1.3.6.1.4.1.1027 MPS> MITEL-MIB::mitel Get snmptranslate working w/out -m first. Try 'export MIB

Re: Trap receive issue on net-snmp-5.1-80.9

2005-02-01 Thread Robert Story
On Tue, 01 Feb 2005 09:31:42 -0700 Kalpana wrote: KS> Anyone observed a trap receive issue on net-snmp-5.1? KS> KS> The issue I face is that our subagent stop sending traps after say KS> after 200/300 traps(its random). I don't see any error been logged in KS> snmpd.conf or /var/log/messages or o

Re: moving agent processing modes to baby-steps

2005-02-01 Thread Robert Story
On Thu, 20 Jan 2005 22:52:16 +0100 Magnus wrote: MF> Given the babysteps, where will you issue the COMMIT request to an AgentX MF> subagent? MF> MF> You can't do it in the babystep_commit state since the subagent might MF> answer undoFailed, so that would be overly optimistic. The baby steps comm

Re: Sending Snmptrap to manager specified in snmpd.conf

2005-02-01 Thread Robert Story
On Tue, 1 Feb 2005 18:40:41 -0500 Alex wrote: AK> I want to send a trap to a manager from snmpd.conf. AK> AK> This is the command line I use to send to a manager specified on a command AK> line: AK> AK> snmptrap -v 1 -c public 192.168.2.32 enterprises.18997 192.168.13.170 6 1 " AK> " 1.3.6.1.4.1

Re: Please Help

2005-02-01 Thread Robert Story
On Fri, 21 Jan 2005 10:40:48 +0100 Wagner, wrote: WT> But I know the FAQ. WT> I wrote the mail because it does not work WT> how it was explain in net-snmp help and WT> in the FAQ. No, you didn't read the FAQ carefully enough. Here is the relevant section: How do I add a MIB to the agent? ---

Re: Configure the uid of the Trap handler

2005-02-01 Thread Robert Story
On Mon, 24 Jan 2005 15:10:08 -0800 Zou, wrote: ZY> Does anybody knows which uid does the trap handler run in? ZY> Does it have to be a root user? Is there a way to specify that ZY> to run a trap handler as a certain user, like "nobody"? Not currently, without patching the code. File a feat

Sending Snmptrap to manager specified in snmpd.conf

2005-02-01 Thread Alex Koifman
Hi, I want to send a trap to a manager from snmpd.conf. This is the command line I use to send to a manager specified on a command line: snmptrap -v 1 -c public 192.168.2.32 enterprises.18997 192.168.13.170 6 1 " " 1.3.6.1.4.1.18997.2.1.0 i 3 But I want to be a able to send traps to the statio

mib2c problems

2005-02-01 Thread Michael P. Soulier
Hello, I am able to get snmptranslate to pick up my MIBs, but I can't get mib2c to do so. [EMAIL PROTECTED] root]# snmptranslate -m ALL .1.3.6.1.4.1.1027 MITEL-MIB::mitel [EMAIL PROTECTED] root]# mib2c .1.3.6.1.4.1.1027 you didn't give me a valid OID to start with at /usr/bin/mib2c line 115. [E

Trap receive issue on net-snmp-5.1-80.9

2005-02-01 Thread Kalpana Shetty
Hello, Anyone observed a trap receive issue on net-snmp-5.1? The issue I face is that our subagent stop sending traps after say after 200/300 traps(its random). I don't see any error been logged in snmpd.conf or /var/log/messages or on console before it stops sending traps. This issue been obs

Re: Conflicting MIBs / Overriding MIB order

2005-02-01 Thread Wes Hardaker
> On Thu, 27 Jan 2005 22:13:29 -0500, Max Baker <[EMAIL PROTECTED]> said: Max> Any idea how I can tell Net-SNMP to override RFC1213-MIB with IF-MIB, or Max> have some other sort of precedence of MIBs? Especially in Perl? You shouldn't force this in general. You should actually never load RF