Changing community names on the fly

2014-10-22 Thread Vesa Jääskeläinen
Hi, I need to implement feature that allows on the fly modification to community names. I have been using "dlmod" feature to load my own extension plugin to snmpd process and do every other custom OID and necessarily operation from there. vacm_parse_rocommunity and vacm_parse_r

Re: Community names

2010-06-08 Thread Dave Shield
On 7 June 2010 21:17, Sam V wrote: > How many communities can net-snmp agent support? How much memory do you have? >Is there a limit? Well, there's (signed) 32-bit variable that counts the number of communities. So if you had more than 2^31, then this would probably fail. And there may

Community names

2010-06-07 Thread Sam V
Hi Guys, How many communities can net-snmp agent support? Is there a limit? I"ll appreciate any link to a detailed documentation about communities. Thanks. _ Turn down-time into play-tim

RE: same read and community names

2007-12-18 Thread Mike Ayers
> From: Meilán García Antonio [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 18, 2007 12:06 PM > To: Mike Ayers > The question is that my communities names can be change remotly, > so you can to get this final configuration You should not change the *name* of the community, you sh

Re: same read and community names

2007-12-18 Thread Meilán García Antonio
The question is that my communities names can be change remotly, so you can to get this final configuration # sec.name source community com2sec public_sec default private com2sec private_sec default private # groupNamesecurityModelsecurityName group public_grp

RE: same read and community names

2007-12-18 Thread Mike Ayers
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Meilán García Antonio > I have a problem with de access control when read community > is equal to > write community, with this simple snmpd.conf There is no such thing as a "read community" or a "write community",

same read and community names

2007-12-18 Thread Meilán García Antonio
Hello, I have a problem with de access control when read community is equal to write community, with this simple snmpd.conf # sec.name source community com2sec public_sec default private com2sec private_sec default private # groupNamesecurityModelsecurityName group

RE: Question about persistent community names

2007-08-16 Thread Archer, Walker (W.A.)
To: Archer, Walker (W.A.) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Question about persistent community names Archer, Walker (W.A.) wrote: > Now BOTH community names are enabled! I can do an snmpwalk on either of > them. This must be a rookie mistake, but I assumed the old com

Re: Question about persistent community names

2007-08-15 Thread Thomas Anders
Archer, Walker (W.A.) wrote: > Now BOTH community names are enabled! I can do an snmpwalk on either of > them. This must be a rookie mistake, but I assumed the old community > string would be removed from the config. Can anyone explain where the > old community name is coming from a

Question about persistent community names

2007-08-15 Thread Archer, Walker (W.A.)
with a hostname parameter. Here is what the final config looked like (fragment): # rocommunity rocommunity After that I bounced the snmpd daemon (as root): /etc/init.d/snmpd stop /etc/init.d/snmpd start Now BOTH community names are enabled! I can do an snmpwalk on either of them. This

Re: Can I receive at the request of any community names?

2005-09-10 Thread Robert Story
On Thu, 1 Sep 2005 09:36:25 +0900 shunuhs wrote: S> I'm using v2c mode on the net-snmp v5.2.1. S> S> I'd like to receive at the request packet of any community names. S> Is this possible? It may be possible, but it is strongly discouraged and won't work for SNMPv3 or A

Can I receive at the request of any community names?

2005-08-31 Thread shunuhs
I'm using v2c mode on the net-snmp v5.2.1. I'd like to receive at the request packet of any community names. Is this possible? If possible, please tell me the setting of the snmpd.conf. Any help greatly appreciated. Thanks in advance ---