Re: snmptrap v3 authentication

2023-05-30 Thread Wes Hardaker
Niels Baggesen writes: > > I tried with SimpleMib browser as well as MGSOFT Mib browser. > > In that case you should direct your question towards them, why they > accept a trap with unknown credentials. Indeed, some trap receivers always accept and print traps regardless of whether or not it ha

Re: snmptrap v3 authentication

2023-04-25 Thread Niels Baggesen
Den 25-04-2023 kl. 17:46 skrev Simon Chamlian: Something else. I tried with SimpleMib browser as well as MGSOFT Mib browser. In that case you should direct your question towards them, why they accept a trap with unknown credentials. Note, that you have asked to send the trap in the clear,

Re: snmptrap v3 authentication

2023-04-25 Thread Simon Chamlian
Something else. I tried with SimpleMib browser as well as MGSOFT Mib browser. On Tue, Apr 25, 2023 at 10:30 AM Niels Baggesen via Net-snmp-coders < net-snmp-coders@lists.sourceforge.net> wrote: > Which trap receiver are you using? snmptrapd, or something else? > > /Niels > Den 25-04-2023 kl.

Re: snmptrap v3 authentication

2023-04-25 Thread Niels Baggesen via Net-snmp-coders
Which trap receiver are you using? snmptrapd, or something else? /Niels Den 25-04-2023 kl. 15:10 skrev Simon Chamlian: I tried the command: snmptrap -v 3 -u  Simon  -a MD5 -A  SimonPass -l authNoPriv 172.27.37.227 "" coldStart.0 (with security name  : Simon and  authentication password  : S

Re: snmptrap v3 authentication

2023-04-25 Thread Simon Chamlian
I tried the command: snmptrap -v 3 -u Simon -a MD5 -A SimonPass -l authNoPriv 172.27.37.227 "" coldStart.0 (with security name : Simon and authentication password : SimonPass ). These parameters are not set in any config files anywhere. On another PC with IP 172.27.37.227, I have a MIB

Re: snmptrap v3 authentication

2023-04-25 Thread Craig Small via Net-snmp-coders
On Sat, 15 Apr 2023 at 11:12, Simon Chamlian wrote: > > snmptrap -v 3 -u Simon -a MD5 -A SimonPass -l authNoPriv 172.27.37.227 > "" coldStart.0 > > I do receive the trap on my Trap Receiver even if I didn't specify a > Username and Authentication password in the MIB browser (on 172.27.37.227 )

Fwd: snmptrap v3 authentication

2023-04-14 Thread Simon Chamlian
Hi, The snmptrap v3 authentication does not seem to be working. I am using Version: 5.9.1 >From my agent, I issue: snmptrap -v 3 -u Simon -a MD5 -A SimonPass -l authNoPriv 172.27.37.227 "" coldStart.0 I do receive the trap on my Trap Receiver even if I didn't spec