no able to fetch agent parameters from MIB browser

2018-03-14 Thread Deepak Sachan
Hi I am trying to get/set values from ireasoning MIB browser. My mib module name tropoModem. When i load it into mib browser it comes under .private.enterprise.tropomModem I am able to get system prameters like sysDscr, sysUpTime etc which are defined in snmpd.conf- # It is also

Re: Agent not responding to standard MIB browser (i reasoning)

2017-12-20 Thread Robert Story
On Tue 2017-12-19 09:54:57+0530 Deepak wrote: > I am able to get/set parameters of my agent from my Ubuntu based > client PC through command line - > > [snip] > > Now I have loaded MIB into i reasoning MIB browser. From them i am > unable to fetch agent`s parameters.

Agent not responding to standard MIB browser (i reasoning)

2017-12-18 Thread Deepak Sachan
temp_password AGENT_IP AGENT-MIB::parameter1.0 i 20 i have done some user setting using following link https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-an-snmp-daemon-and-client-on-ubuntu-14-04 Now I have loaded MIB into i reasoning MIB browser. From them i am unable to

Re: Freeware/OpenSource MIB Browser?

2011-03-14 Thread Daniel Savard
tkmib included with net-snmp is a graphical mib browser. Daniel Savard CiDS Inc. Montreal, QC Canada 2011/3/14 Webb, Eric > > > Forgive me for this being slightly off-topic: Can someone recommend a GUI > MIB Browser, preferably something that I can run on Wintel? I can spool up

Freeware/OpenSource MIB Browser?

2011-03-14 Thread Webb, Eric
Forgive me for this being slightly off-topic: Can someone recommend a GUI MIB Browser, preferably something that I can run on Wintel? I can spool up a Linux VM if need be, but I don't have a Linux workstation handy here at work. So far I've been using the "Getif 2.3.1&qu

Re: net-snmp agent error when set from a MIB browser

2010-01-15 Thread Dave Shield
2010/1/15 : > case MODE_SET_ACTION: >     strcpy(set_val,(void*)requests->requestvb->val.string); You need to use the *length* of the value as well. (requests->requestvb->val_len) You cannot assume that string values are null-terminated. Try strncpy ( set_val, requests->requestvb->v

RE: net-snmp agent error when set from a MIB browser

2010-01-14 Thread Mike Ayers
> From: chi.g...@l-3com.com [mailto:chi.g...@l-3com.com] > Sent: Thursday, January 14, 2010 4:36 PM > Mike, Thank you for the quick response. > I tried different string value on both browsers, they have the same > problem. > net-snmp's snmpset -V 2C (snmp v2) have the same problem too. Th

RE: net-snmp agent error when set from a MIB browser

2010-01-14 Thread Chi . Guan
: net-snmp agent error when set from a MIB browser > From: chi.g...@l-3com.com [mailto:chi.g...@l-3com.com] > Sent: Thursday, January 14, 2010 4:00 PM > I wrote a agent in net-snmp and use commercial MIB browser (iReasoning > and MG-soft) to talk to it. > > I try to set values to

RE: net-snmp agent error when set from a MIB browser

2010-01-14 Thread Mike Ayers
> From: chi.g...@l-3com.com [mailto:chi.g...@l-3com.com] > Sent: Thursday, January 14, 2010 4:00 PM > I wrote a agent in net-snmp and use commercial MIB browser (iReasoning > and MG-soft) to talk to it. > > I try to set values to different OID. When I use snmpset of net-snm

net-snmp agent error when set from a MIB browser

2010-01-14 Thread Chi . Guan
Hi, there, I wrote a agent in net-snmp and use commercial MIB browser (iReasoning and MG-soft) to talk to it. I try to set values to different OID. When I use snmpset of net-snmp, it works fine, but when I use the MIB browser, the values was wrong. 1. I set an octets string value "

MIB Browser on the host not Showing the Added element in the tree structure

2009-03-04 Thread Deepanshu Gupta
any graphical MIB Browser I don't see the node in the MIB tree structure yet through snmpwalk I am able to get the value of the added element. What steps are required for the MIB Browser to list the newly added node in the MIB tree in MIB Browser? Thanks *Thanks & Regards

R: MIB browser.

2006-01-03 Thread Palmentieri Nunzio
O.K. I found iReasoning MIB browser. It seems to work fine.       Nunzio Palmentieri Web Care Solution   Atos Origin Via Antiniana 2/a 80078 Pozzuoli (NA) - ITALY   Direct   (    +39 081 6103 388 Mobile È          +39 335 1214 806 Fax   4

MIB browser.

2006-01-03 Thread Palmentieri Nunzio
Hi all. First of all, happy 2006 to all.   I need a free software for navigating a MIB on a windows machine, in order to perform GET, SET and catch TRAP, something like Hp Open View. Someone could suggest me something?   Thanks in advance.   Nunzio Palmentieri Web Care Solution  

mib browser?

2005-08-19 Thread shahram amini-didani
Hi, Is there mib browser written in C, C++ or VB based on net-snmp rather than the perl one in the net-snmp source package. I am working on a VB version based on net-snmp dll and want to cut and paste the code ideas from C, C++ into my VB mib browser... Thanks Shahram

Re: MIB Browser

2005-03-29 Thread Hugo Caçote
from this portal. > > I'm pretty sure there should be any free MIB browser that I could embed > in my html code to do these snmpgets... > > Any help would be appreciated... > > Best regards, > > Ruben > -- Hugo Caçote @ CERN/IT

MIB Browser

2005-03-29 Thread Ruben Montes
Title: Re: Problem Logging Cisco Traps w/ snmptrapd Hello everybody, I'm developing a network management html portal, and I need to be able to do mib queries from this portal. I'm pretty sure there should be any free MIB browser that I could embed in my html code to do thes

Re: question on Tk/Perl mib browser

2004-11-19 Thread Users
On Fri, 19 Nov 2004 10:26:09 -0600 [EMAIL PROTECTED] wrote: DC> Now i want to use Tk/perl mib browser to provide GUI. Does the net-snmp DC> package already contain this tool or i need to download and install by DC> myself? Actually, i already downloaded net-snmp-tkmib-5.1-4.i386.rpm, but

question on Tk/Perl mib browser

2004-11-19 Thread dzhou
Now i want to use Tk/perl mib browser to provide GUI. Does the net-snmp package already contain this tool or i need to download and install by myself? Actually, i already downloaded net-snmp-tkmib-5.1-4.i386.rpm, but when i tried to install it, it seems need a lot dependancy packages. Does anyone

RE: different returned result from command line walk to the walk launched from MG-SOFT MIB browser

2004-10-10 Thread Jim Su
2004 11:48 PM To: Jim Su Cc: Net-Snmp-Users Subject: Re: different returned result from command line walk to the walk launched from MG-SOFT MIB browser [ Sorry for the delay in responding to this ] > I have two C routine (var_) to handle two tables. To run the > "snm

Re: different returned result from command line walk to the walk launched from MG-SOFT MIB browser

2004-10-08 Thread Dave Shield
[ Sorry for the delay in responding to this ] > I have two C routine (var_) to handle two tables. To run the > "snmpwalk -c publick localhost Table1" returned the correct values > of that table. >However to run the same command to the second table it returned > all the values correc

Re: No response to mib browser

2004-08-19 Thread Dave Shield
> 4 Then I run the snmpdsdk project,it print the following information > No log handling enabled - turning on stderr logging > Warning: no access control information configured. That's a Bad Sign. If there's no access control information set up, then the agent will not respond to *ANY* request fo

RE: different returned result from command line walk to the walk launched from MG-SOFT MIB browser

2004-08-19 Thread Jim Su
esult from command line walk to the walk launched from MG-SOFT MIB browser Hi Greeting: I am wondering if any one has seen the similar situation like I did as the following. I have two C routine (var_) to handle two tables. To run the "snmpwalk -c publick localhost Table1&qu

different returned result from command line walk to the walk launched from MG-SOFT MIB browser

2004-08-18 Thread Jim Su
Hi Greeting: I am wondering if any one has seen the similar situation like I did as the following. I have two C routine (var_) to handle two tables. To run the "snmpwalk -c publick localhost Table1" returned the correct values of that table. However to run the same command to

RE: No response to mib browser

2004-08-18 Thread valley
William : Thanks a lot for your advice. valley -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 19, 2004 11:24 AM To: valley Cc: [EMAIL PROTECTED] Subject: Re: No response to mib browser Valley: Do not post to the

Re: No response to mib browser

2004-08-18 Thread wrb
ill, be sure to read all the documentation, as it is a valuable resource, and be sure to query the users list archives, and they too are a valuable resource. William R. Buckley Original message >Date: Thu, 19 Aug 2004 10:03:11 +0800 >From: "valley" <[EMAIL PROTECTED]&

No response to mib browser

2004-08-18 Thread valley
formation configured.  It's unlikely this agent can serve any useful purpose in this state.  Run "snmpconf -g basic_setup" to help you configure the snmpd.conf file for this agent.NET-SNMP version 5.1.2 5 Then I tried to use mib-browser to connect it, it has no response. Received 39