Re:RE: table can't be get and set, var_***Table functin is not invok ed anyway

2007-08-30 Thread ye_cl
hi,Adam Bell, My columnar node39param1's oid is 1.3.6.1.4.1.19176.1.1.20.9.1.1.2.In command "snmptable -v2c -c public 200.162.162.190 .1.3.6.1.4.1.19176.1.1.20.9.1.1.2.1", the last ".1" is the index of row. When I use GUI tool "MG-SOFT MIB Browser"to select Instance for getting, the tool promp

Using a non-default context as a AgentX subagent?

2007-08-30 Thread Davin
I'd like to be able to have snmpd register itself under a different context when operating in AgentX subagent mode. I've scoured the documentation and Google for a few hours but haven't had much luck finding information on how to accomplish this. From what I know of AgentX, it would make *se

pass_persist issue...

2007-08-30 Thread Ken Adey
Hello, I'm trying to implement my private MIB using the persist_test.py script posted here recently, and am having a problem. The script starts up and does the PING/PONG handshake, but when I try an snmpget, after the stdin/stddout lines are exchanged, the script receives 4 SIGPIPE signals, a

Failed to connect to agentx master agent

2007-08-30 Thread gauravmeh2004
Hello , I am running the agent as a Agentx configuration snmpd--- Master Agent myAgent --- subAgent But each time i try to run it i get message "Failed to connect to agentX master agent(localhost:706) Following are the configuration related to agentx in /usr/local/share/snmp/snmpd.conf ##

Passing context name and Engine ID in Request

2007-08-30 Thread gauravmeh2004
Hello, Do we need to configure "context Name" and "context Engine" somewhere in snmpd.conf or it is automatically done for snmpv3 by Net-SNMP I have added following lines in snmpd.conf for authentication : defSecurityName abc defAuthTypeMD5 defSecurityLevel authPriv defAuth

library to parse and create mib tree

2007-08-30 Thread Shawn He
Hi, I am looking for a open-source library that does parse and create mib tree data structure from a mib file such that I can directly access the tree. It seems net-snmp not directly support this feature. Any suggestion where I should look? Thanks. Shawn --

Configuring contextEngineId and Context Name

2007-08-30 Thread gauravmeh2004
Hello, Do we need to configure "context Name" and "context Engine" somewhere in snmpd.conf or it is automatically done for snmpv3 by Net-SNMP I have added following lines in snmpd.conf for authentication : defSecurityName abc defAuthTypeMD5 defSecurityLevel authPriv defAuth

snmpget returns Unknown host

2007-08-30 Thread Reza Salehi
Hi All, I am having problem with snmpget or set on query from local host. When I type: snmpget -d -v 2c -c TC localhost sysUpTime snmpget : Unknown host But if I use the real IP address of machine it will work: snmpget -v 2c -c TC

pass_persist issue...

2007-08-30 Thread Ken Adey
Hello, I'm trying to implement my private MIB using the persist_test.py script posted here recently, and am having a problem. The script starts up and does the PING/PONG handshake, but when I try an snmpget, after the stdin/stddout lines are exchanged, the script receives 4 SIGPIPE signals, a

Question about INFORM Protocol

2007-08-30 Thread [EMAIL PROTECTED]
Hi all I have a question for you! Inform protocol differs from Trap Protocol for acknowledgment by managing station. That's to say that snmpd daemon when sends an inform, if is has been relayed without problems, it receive an aknowledgment by managing station. I want to know how inform manages

RE: SNMP v3 user

2007-08-30 Thread Adam Bell
/var/snmp.conf for a hashed user entry - wipe it out if you need to. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Ayers Sent: Wednesday, August 29, 2007 3:52 PM To: Mateus Interciso Cc: net-snmp-users@lists.sourceforge.net Subject: RE: SNMP v3 use