Hi,
How to configure a user for noauth using snmptrapd.conf.
Regards,
Manjit
Wes Hardaker wrote:
>> On Mon, 12 Apr 2010 06:20:44 -0700, Fatima Peter
>> said:
>>
>
> FP> So, for "noauth" user, we have to specify "disableAuthorization yes"
> FP> in the snmptrapd confgurati
> On Mon, 05 Apr 2010 14:52:12 +0200, Magnus Fromreide
> said:
MF> The move of the transports breaks building outside the source directory.
MF> The problem is that when snmp_transport_inits.h is generated prior to
MF> the creation of $(builddir)/snmplib isn't yet created.
MF> Additional
> On Tue, 6 Apr 2010 16:44:04 -0400, Brendan Tauras
> said:
BT> 3. How should I use the authentication and privacy protocol OIDs?
The SNMPv3 support in Net-SNMP isn't, unfortunately, thread-safe. We
think/hope that the replacement DTLS/TLS support coming out in a future
release will ma
> On Thu, 8 Apr 2010 16:00:00 +0530, Hemant Soundankar
> said:
HS> service snmpd start
Install a service script if it didn't come bundled with your OS. See
dist/snmpd-init.d for an example.
--
Wes Hardaker
Please mail all replies to [email protected]
-
> On Thu, 8 Apr 2010 20:03:31 +0300, maxim maxim
> said:
mm> Hi to all,
mm> I need to send specific trap in v1 with varbinds, i try to do it by
mm> send_trap_vars(int trap, int specific, struct variable_list
mm> *vars). I don't understand how to compose the vars in this case?
You
> On Fri, 9 Apr 2010 19:08:39 +0530, Hemant Soundankar
> said:
HS> Please can someone hep me in viewing the logs that are generated by any
HS> running subagent.
It would depend on how the subagent was written and compiled. snmpd's
logs can be controlled through the command line switche
> On Sun, 11 Apr 2010 10:45:32 +0530, Hemant Soundankar
> said:
HS> case MODE_SET_ACTION:
HS> Please tell me where do i make changes and what changes are to be made.
The real change should be in the ACTION phase, and the rest of the code
is to allow you to implement a proper agent with
> On Mon, 12 Apr 2010 06:20:44 -0700, Fatima Peter
> said:
FP> So, for "noauth" user, we have to specify "disableAuthorization yes"
FP> in the snmptrapd confguration.
You don't have to; instead you need to still configure a user in the
usmTable for snmptrapd and authorization that allow
What Manjit says seems to be correct.
It worked fine even when I specify the "-e ", it goes through engineID discovery first.
I also found that the engineID of "snmptrapd" changes at every
invocation as 2nd part of engineID seems to be the "start time" of
snmptrapd.
Thanks,
Fatima
On Mon, Apr 12
Hi All,
I believe if you send a snmp inform request with *noauth p*rotocol,
snmptrapd.conf need to be configure differently:
Follwing are working for me :
snmptrap -d -Ci -v 3 -l noauth -u informtest localhost 0
.1.3.6.1.6.3.1.1.5.4.0
Content of snmptrapd.conf :
disableAuthorization yes
Or you
On 12 April 2010 10:39, Robert Story wrote:
> On Mon, 12 Apr 2010 09:04:31 +0100 Dave wrote:
> DS> My take on this would be that if the table doesn't allow rows to be
> DS> created or deleted dynamically via SNMP SET requests, then it should
> DS> not contain a RowStatus column in the first place.
On Mon, 12 Apr 2010 17:37:21 +0900 (KST) 생각하기 wrote:
> I don't know what's the problem...
This looks like an access control issue. I'd suggest that you replace the
contents of your snmpd.conf with a single line, 'rocommunity public' and see
if that helps. Then read the FAQs on configuring access i
On Mon, 12 Apr 2010 09:04:31 +0100 Dave wrote:
DS> My take on this would be that if the table doesn't allow rows to be
DS> created or deleted dynamically via SNMP SET requests, then it should
DS> not contain a RowStatus column in the first place.
If there were a standard object for row status that
On 9 April 2010 16:30, Fatima Peter wrote:
> If we remove the "engineID" from "snmptrap", I think the other end
> will reject due to engineID.
Not quite.
If you remove engineID from the "snmptrap -Ci" call, then the client
will first probe the trap receiver to determine the appropriate engine I
On 10 April 2010 04:24, Vivekanandan wrote:
> How can i utilize the system MIB from my Enterprise MIB..
> for example SysLocation(1.3.6.1.2.1.1.6).i want add this parameter to my
> Enterprise MIB.
Sorry - that doesn't make sense.
The agent will provide information from a wide range of MI
Hi ..
I have cross-comiled net-snmp-5.3.2 involved my personal library
I made shared library named "libnexcmd.so.1.0.1"
I made "libnexcmd.so.1.0.1" like this way
On 12 April 2010 02:36, Robert Story wrote:
> On Sun, 11 Apr 2010 19:53:23 + Scott wrote:
> GS> When I set the MAX-ACCESS for a RowStatus to read-only in the MIB then
> smilint reports:
> GS> "[4] {rowstatus-access} warning: illegal `RowStatus' access value"
> GS>
> GS> So I'm trying to figur
On 10 April 2010 15:09, maxim maxim wrote:
> I can't understand why if i don't begin to add to my variable list
> from ASN_OBJECT_ID it doesn't work
There's not really enough detail in the code fragment you gave
to be clear about exactly what you are trying to do.
But if you are using 'snmp_v2tr
18 matches
Mail list logo