MIB file creation - table of groups

2009-05-22 Thread Radhika Srivatsa
Hi, I am trying to create a MIB file which has a table consisting of groups of items as its rows. I created the MIB successfully and am able to look at the OIDs generated via the 'snmptranslate' command. Now, I am trying to browse the MIB using iReasoning MIB Browser and in this Browser, I do not

Net-snmp brings subagent down

2009-05-22 Thread Joan Landry
Does anyone know how to prevent net-snmp from bringing down the subagent via the call to agent_check_and_process(0); Under certain conditions I have seen the program terminate - I do not at this point know if it is via an assert or exit - the subagent process id goes away. Yet there is no appare

RE: snmpget question

2009-05-22 Thread Mike Ayers
> From: May The Dog [mailto:may.jack@gmail.com] > Sent: Friday, May 22, 2009 9:32 AM > When AGENT is 10.77.168.10, it works. > When AGENT is localhost, it works. > When AGENT is localhost:8159, it works. > > But > When AGENT is 10.77.168.10:8159, it does not work? Please explain

snmpd problem

2009-05-22 Thread ravi singh
Hi, i have installed net-snmp 5.4.2.1 onto my ubuntu-8.04 (its my ipv6 host and on eth0 interface 2001:468::3/64 address is assigned) .but im unable to start my snmpd. whenever i run "/etc/init.d/snmpd start" the   - Message truncated -

snmpget question

2009-05-22 Thread May The Dog
When AGENT is 10.77.168.10, it works. When AGENT is localhost, it works. When AGENT is localhost:8159, it works. But When AGENT is 10.77.168.10:8159, it does not work? -- Register Now for Creativity and Technology (CaT), J

Fwd: snmpd not getting to start

2009-05-22 Thread ravi singh
Hi, i have installed net-snmp 5.4.2.1 onto my ubuntu-8.04 (its my ipv6 host and on eth0 interface 2001:468::3/64 address is assigned) .but im unable to start my snmpd. whenever i run "/etc/init.d/snmpd start" the im getting following error- symbol lookup error: /usr/local/lib/libnetsnmpagent.so.15:

Re: Enable / Disable MIB through snmp.conf

2009-05-22 Thread Amar Mudrankit
the configuration in snmpd.conf, that I tried was as follows: view udpviewincluded.1 # excluding the whole udp subtree. view udpviewexcluded.1.3.6.1.2.1.7 authcommunity read public 10.50.0.0/16-V udpview apologies for previous wrong configuration Thanks an

Re: Enable / Disable MIB through snmp.conf

2009-05-22 Thread Amar Mudrankit
I tried following configuration in snmpd.conf, still it did not help me view udpviewincludedall # excluding the whole udp subtree. view udpviewexcludedudp authcommunity read public 10.50.0.0/16-V udpview snmpget on udpInDatagrams always returned valid value.