Complex views in VACM

2004-09-14 Thread cnelson
How can I -- or, for that matter, can I -- create complex views of the MIB. For example, I'd like three users: public (read-only), private (read/write to most of the MIB), admin (read/write anything). How do I say, "public can see everything except the VACM tables and the snmpd reset bit" and

RE: Does 'configure' or 'make' update mib_module_includes.h file if a config_require item is deleted from agent module header file?

2004-09-14 Thread Jim Su
Hi Robert: Thanks a lot! It's very helpful. I did configure again. -Jim -Original Message- From: Robert Story (Users) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 9:46 PM To: Jim Su Cc: Net-Snmp-Users Subject: Re: Does 'configure' or 'make' update mib_module_inclu

RE: How the configure options are stuffed in the Makefiles?

2004-09-14 Thread Jim Su
Hi Robert: Thanks a lot! I will do try that out. -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Robert Story (Users) Sent: Tuesday, September 14, 2004 9:44 PM To: Jim Su Cc: Net-Snmp-Users Subject: Re: How the configure options are stuffed in the

ucd-snmp 4.2.3 dies shortly after restart

2004-09-14 Thread unoimdman
I added a new snmp_check probe in /etc/snmp/snmp.conf, restarted /etc/init.d/ucd-snmpd, and everything was working fine for about 6 hours then Snmpd died. Each time I restart snmp now it only stays up for a short while. I moved the original snmp.conf file, restarted snmpd but the process is kille

ifOperStatus on Solaris9

2004-09-14 Thread Andy Ellis
I have a v100 running the snmpd v5.1 agent.  When I query the ifOperStatus on both the loopback and primary interface, they often show down(2).   Also, the loopback interface counter always shows 0.   Any ideas?       $ snmpwalk -v2c -c wildRead 192.168.8.201 1.3.6.1.2.1.2.2.1.ifOpe

Re: Does 'configure' or 'make' update mib_module_includes.h file if a config_require item is deleted from agent module header file?

2004-09-14 Thread Users
On Tue, 14 Sep 2004 16:12:33 +0800 Jim wrote: JS> After I deleted one entry of config_require in my agent module .*h JS> file. And removed the corresponding *h file of this deleted JS> configure_require item from my agent module directory. The make of JS> net-snmp always stooped at

Re: com2sec or rocommunity?

2004-09-14 Thread Users
On Mon, 13 Sep 2004 12:29:23 +0200 Thomaschewski, wrote: TH> My problem is which option, com2sec or rocommunity, is stronger? rocommunity is much simpler to configure, but isn't as flexible. If you want to provide access to the whole agent, or one certain branch, then rocommunity is the way to go.

Re: How the configure options are stuffed in the Makefiles?

2004-09-14 Thread Users
On Tue, 14 Sep 2004 17:32:53 +0800 Jim wrote: JS> As we know the configure option --with-ldflags has to be given an JS> absolute path for a library to be linked to agent. That's not quite true. I did some experimenting, and you can use an environment variable, like so:

mib-mta

2004-09-14 Thread Robert St.Denis
Just wondering if anyone has set it up and would be kind enough to give me a quick how to I am using it on a sparc machine with the sourceforge build of net-snmp Rob --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Projec

How the configure options are stuffed in the Makefiles?

2004-09-14 Thread Jim Su
Hi Greeting: As we know the configure option --with-ldflags has to be given an absolute path for a library to be linked to agent. If the -L path is relative path from the net-snmp top directory -L=../anotherdirectory/. The Makefile in agent and agent/mibgroup all have the same relativ

Does 'configure' or 'make' update mib_module_includes.h file if a config_require item is deleted from agent module header file?

2004-09-14 Thread Jim Su
Hi Greeting: I found the following situation. After I deleted one entry of config_require in my agent module .*h file. And removed the corresponding *h file of this deleted configure_require item from my agent module directory. The make of net-snmp always stooped at mibgroup/mib_module