Re: SIGHUP for changing snmpv3 context

2024-02-04 Thread Bill Fenner
e yet. Bill On Tue, Jan 9, 2024 at 1:58 AM Vivek Aditya wrote: > Hi Team, > > I want the snmpv3 context to change without snmpd restart. When I checked > with SIGHUP, looks like adding a new snmpv3 context, SIGHUP works; But > deleting the context and sending a SIGHUP, the context

How to install and configure SNMPv3 in RHEL 7, then open UDP port 161 using firewalld

2022-06-13 Thread Turritopsis Dohrnii Teo En Ming
Subject: How to install and configure SNMPv3 in RHEL 7, then open UDP port 161 using firewalld Good day from Singapore, These are my notes on installing and configuring SNMPv3 in RHEL 7 and then opening UDP port 161 using firewalld on 13 Jun 2022 Mon. Step 1 - Checking if SNMP was installed and

Dynamically updating SNMPv3 user passwords from .so agent

2021-10-31 Thread Janne Paalijarvi
Hello, I'm developing a system with .so shared library agent. Now there is a need to dynamically update a couple of SNMP v3 user passwords. Is the updating even theoretically possible on a running snmpd with the loaded .iso? The changes should be effective immediately. If it is possible, could som

Source based access control for SNMPv3 users

2021-05-20 Thread kartik patil
Hi, I have been trying to implement a configuration where SNMPv3 users can do snmpset only from localhost. I was able to do the same for SNMPv1 and SNMPv2 using com2sec to map the community string and source with a security name. *com2sec LocalUser 127.0.0.1 dummycommunitycom2sec

RE: Problem with SNMPv3 traps with authentication

2021-04-08 Thread Michał Tarczyński
I have found that there is a problem with msgAuthoritativeEngineBoot and msgAuthoritativeEngineTime parameters. The LogFactory was very helpful. Thanks all for help, Michael ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please s

RE: Problem with SNMPv3 traps with authentication

2021-03-31 Thread Atkins, Brian
snmp-users@lists.sourceforge.net Subject: RE: Problem with SNMPv3 traps with authentication NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Frank, I think it’s not a problem with engine

RE: Problem with SNMPv3 traps with authentication

2021-03-31 Thread Michał Tarczyński
From: Atkins, Brian Sent: Wednesday, March 31, 2021 2:47 PM To: Michał Tarczyński ; 'Frank Fock' Cc: net-snmp-users@lists.sourceforge.net Subject: RE: Problem with SNMPv3 traps with authentication But with noAuthNoPriv, the encoded passphrases aren’t being sent, and the receiver is

RE: Problem with SNMPv3 traps with authentication

2021-03-30 Thread Michał Tarczyński
Hi Frank, I think it’s not a problem with engine ID because when the noAuthNoPriv SNMPv3 trap is sent then the engine ID is also used and when I set incorrect engine ID then the noAuthNoPriv trap is not received. I have to use trap messages in my project, not INFORM messages. Best

Re: Problem with SNMPv3 traps with authentication

2021-03-30 Thread Frank Fock
Hi Michael, I guess you need to check your SNMPv3 engine ID configuration (i.e. use unique SNMPv3 engine IDs for all SNMPv3 entities) when you test using SNMP4J only. In addition, when using the NET-SNMP snmptrap or any other notification sender with the SNMP4J trap listener or any other

Re: Problem with SNMPv3 traps with authentication

2021-03-30 Thread Wes Hardaker via Net-snmp-users
Michał Tarczyński writes: > I have a problem with receiving SNMPv3 authPriv traps on my own Java > trap receiver. So I don't *know* what your particular problem might be; but I can recommend a few things to look at: 1) try INFORMs instead of TRAPs and see if you get more interest

Problem with SNMPv3 traps with authentication

2021-03-30 Thread Michał Tarczyński
Hello, I have a problem with receiving SNMPv3 authPriv traps on my own Java trap receiver. When using snmptrap command on the Linux terminal with authPriv option then the trap is never received on my Java trap receiver regardless of which authentication is used: MD5, SHA or SHA-256. Only if

snmpwalk with snmpv3 AES256 encryption authentication

2021-02-01 Thread EckoOWNED
Hello snmp-net, I would like to know how to solve this problem: Once i run snmpwalk through cisco switch with a user configured to use AES257 for authentication i get this error: snmpwalk: USM encryption error Is snmpwalk support snmpv3 with aes256 encryption?(receiving this error with aes256/192

RE: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-01-06 Thread Joan Landry
Try to call update_config(); instead. From: chandrasekharreddy chinnapareddygari Sent: Saturday, December 12, 2020 10:54 PM To: net-snmp-cod...@lists.sourceforge.net; net-snmp-users@lists.sourceforge.net Subject: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

Re: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-01-05 Thread chandrasekharreddy chinnapareddygari
mp-cod...@lists.sourceforge.net; net-snmp-users@lists.sourceforge.net Subject: RE: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file Thanks – but my question was regarding actually being the master agent and internally updating the net-snmp library with data received via a

Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2021-01-05 Thread chandrasekharreddy chinnapareddygari
Hi team, I'm using net-snmp 5.8 version .My requirement is conf files should updtae without restarting snmpd . I'm sending SIGHUP signal to update SNMP data with out restarting snmpd . snmpv3 details are not updating . Please help me how to proceed further. Thanks, Chandra. Get O

Re: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2020-12-15 Thread Wes Hardaker via Net-snmp-users
chandrasekharreddy chinnapareddygari writes: > I'm using net-snmp 5.8 version .My requirement is conf files should updtae > without restarting snmpd . > > I'm sending SIGHUP signal to update SNMP data with out restarting snmpd . > snmpv3 details are not updating

RE: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2020-12-14 Thread Joan Landry
: Monday, December 14, 2020 10:48 AM To: chandrasekharreddy chinnapareddygari Cc: net-snmp-cod...@lists.sourceforge.net; net-snmp-users@lists.sourceforge.net Subject: Re: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file External email: [net-snmp-users-boun

Re: Snmpv3 users details are not deleting from /var/net-snmp/snmpd.conf file

2020-12-14 Thread Larry Hayes
2, 2020 at 9:55 PM chandrasekharreddy chinnapareddygari < chandrasekhar...@hotmail.com> wrote: > Hi team, > I'm using net-snmp 5.8 version .My requirement is conf files should updtae > without restarting snmpd . > > I'm sending SIGHUP signal to update SNMP data wit

Need help in forwarding SNMPv3 informs with snmptrapd

2020-12-09 Thread Feroz
Hi, I want to forward snmp v3 INFORM from VM-1 to VM-2, here is my configuration on VM-1 and VM-2. I'm generating INFORM on VM1, destination being loopback address. Can someone help me with the configuration? I get "usm: Failed to find engine data." and snmptrad always core-dumps. with this t

Re: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread John Bize
.55.50 > >   > > Colin > >   > > *From:*John Bize > *Sent:* 17 July 2020 18:44 > *To:* Atkins, Brian ; Colin Anderson > ; net-snmp-users@lists.sourceforge.net > *Subject:* Re: SNMPv3 authPriv informs (trapsess) > >   > > Ok, I did it wrong.  I'm lookin

RE: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread Atkins, Brian
%20between,controls%20the%20flow%20of%20information.&text=With%20SNMPv3%20informs%2C%20the%20authoritative,agent's%20engine%20ID%20is%20authoritative.) From: John Bize Sent: Friday, July 17, 2020 10:32 AM To: net-snmp-users@lists.sourceforge.net Subject: Re: SNMPv3 authPriv informs (trapsess

RE: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread Atkins, Brian
and one without the -e option). From: John Bize Sent: Friday, July 17, 2020 1:44 PM To: Atkins, Brian ; Colin Anderson ; net-snmp-users@lists.sourceforge.net Subject: Re: SNMPv3 authPriv informs (trapsess) NetApp Security WARNING: This is an external email. Do not click links or open attachments

RE: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread Atkins, Brian
@lists.sourceforge.net Subject: RE: SNMPv3 authPriv informs (trapsess) The authoritativeEngineID is specified on the createUser, not trapsess. See http://www.net-snmp.org/docs/man/snmpd.conf.html From: John Bize mailto:jb...@godswind.org>> Sent: Friday, July 17, 2020 1:37 PM To: Atkins, Brian mailto:bri

RE: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread Atkins, Brian
The authoritativeEngineID is specified on the createUser, not trapsess. See http://www.net-snmp.org/docs/man/snmpd.conf.html From: John Bize Sent: Friday, July 17, 2020 1:37 PM To: Atkins, Brian ; Colin Anderson ; net-snmp-users@lists.sourceforge.net Subject: Re: SNMPv3 authPriv informs

Re: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread John Bize
gineID will be the one on > the agent. That is the default, so there will be no need to specify a > -e argument on the createUser call. > >   > > *From:* Atkins, Brian > *Sent:* Friday, July 17, 2020 1:38 PM > *To:* John Bize ; Colin Anderson > ; net-snmp-users@lists.s

Re: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread John Bize
Sent:* Friday, July 17, 2020 1:02 PM > *To:* Colin Anderson ; Atkins, Brian > ; net-snmp-users@lists.sourceforge.net > *Subject:* Re: SNMPv3 authPriv informs (trapsess) > >   > > *NetApp Security WARNING*: This is an external email. Do not click > links or open

RE: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread Atkins, Brian
Bize Sent: Friday, July 17, 2020 1:02 PM To: Colin Anderson ; Atkins, Brian ; net-snmp-users@lists.sourceforge.net Subject: Re: SNMPv3 authPriv informs (trapsess) NetApp Security WARNING: This is an external email. Do not click links or open attachments unless you recognize the sender and know the

Re: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread John Bize
> Hope this helps. > >   > > Colin > >   > > *From:*John Bize > *Sent:* 17 July 2020 15:32 > *To:* net-snmp-users@lists.sourceforge.net > *Subject:* Re: SNMPv3 authPriv informs (trapsess) > >   > > Bump please. > > On 04-Jul-2020 10:11 AM, John Biz

Re: SNMPv3 authPriv informs (trapsess)

2020-07-17 Thread John Bize
Bump please. On 04-Jul-2020 10:11 AM, John Bize wrote: > > I have an embedded system running Debian 10 with snmpd v5.7.3. > > I'd like to configure SNMPv3 trapsess to send auth,priv informs.  How > is this done *without putting clear-text passwords *into the > snmp

snmpv3 does not switch to SHA from MD5

2020-07-09 Thread Gershman, Vladimir
Hello, I set up snmpv3 to use /home/user/.snmp/snmp.conf. My snmpd.conf is located in /test/dir1/. There is the original /etc/snmp/snmpd.conf file too. The initial setup is for MD5/DES. I want to switch to SHA/AES. The steps to change are: 1. service snmpd stop 2. modify /user/.snmp

SNMPv3 authPriv informs (trapsess)

2020-07-04 Thread John Bize
I have an embedded system running Debian 10 with snmpd v5.7.3. I'd like to configure SNMPv3 trapsess to send auth,priv informs.  How is this done *without putting clear-text passwords *into the snmpd.conf file? Thanks. ___ Net-snmp-users mailing

snmpv3 user restricted to a subnet

2020-03-22 Thread Nitin Samuel
HI All, Just like we have com2sec restricting a community string to a subnet, do we have a means to restrict a v3 user to a subnet as well ? Thanks, Nitin ___ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the followin

SNMPv3 restrict source address

2019-09-10 Thread Craig Smith
Hello, I've been going through the documentation all day and haven't found a definitive answer. Can snmpd be configured to allow only V3 access only from specific IP addresses? I am aware of host.allow/deny and firewalling, but the first doesn't seem secure enough and the second will add latency

Re: NET-SNMP 5.7.2 - SNMPv3 inform does not work

2019-05-07 Thread Anders Wallin
" to get debug messages. It will be a lot of messages so I suggest to log it to file, e.g. "snmtrapd -Lf /tmp/smptrapd.log -DALL -d .." Regards Anders Wallin On Sun, May 5, 2019 at 2:41 PM Mathew wrote: > Hi Team, > > I am trying to get SNMPv3 informs to work with Ci

NET-SNMP 5.7.2 - SNMPv3 inform does not work

2019-05-05 Thread Mathew
Hi Team, I am trying to get SNMPv3 informs to work with Cisco devices but informs does not work and SNMPve traps works (createUser -e myuser SHA AuthPass DES PrivPass in snmptrapd.conf,). In snmptrapd.conf, I add the below and restarted as per http://www.net-snmp.org/wiki/index.php

Re: SNMPv3 docsis setup

2019-04-03 Thread Вячеслав Баландин
re is some apps which can calc auth and priv keys. I have not hound free one, but it's easy to create it вт, 26 мар. 2019 г. в 13:30, Вячеслав Баландин : > Hi > > I need to configure snmpv3 on CM. I've added tlv34 in provisioning file: &

SNMPv3 docsis setup

2019-03-26 Thread Вячеслав Баландин
Hi I need to configure snmpv3 on CM. I've added tlv34 in provisioning file: SnmpV3Kickstart { SnmpV3SecurityName "docsisManager"; SnmpV3MgrPublicNumber 0x12345678; } CM receives auth/priv keys. Now I need to see my keys to sen

Re: snmptrapd and snmpv3 informs from Junos

2019-02-28 Thread Anders Wallin
g has begun (offset 56) > > usm: getting user > > usm: USM processing completed. > > [three more times, 4 packets in total] > > > > > > Not sure if the list allows for attachments? Packet capture attached, > > but I have added the de

Re: snmptrapd and snmpv3 informs from Junos

2019-02-28 Thread Dag Bakke
d the decoded SNMP packet for the first two frames > below. > > As far as I can tell, the probes sent from the Junos end are all > unencrypted. And not using the configured user or engine ID. > Is this a correct interpretation of the packet capture? Not expecting > the list to

Re: snmptrapd and snmpv3 informs from Junos

2019-02-28 Thread Anders Wallin
for attachments? Packet capture attached, > but I have added the decoded SNMP packet for the first two frames below. > > As far as I can tell, the probes sent from the Junos end are all > unencrypted. And not using the configured user or engine ID. > Is this a correct interpret

snmptrapd and snmpv3 informs from Junos

2019-02-28 Thread Dag B
erpretation of the packet capture? Not expecting the list to validate my Junos config, by the way. There is also the "Data not conforming to RFC3411". Any comment on that? Thanks, Dag B Decoded packets: - Simple Network Management Protocol     msgVersion:

SNMPV3 Inform not working on 5.7.3

2019-01-14 Thread Jayashree Panda
Hi Team, I'm using netsnmp 5.5 and INFORMS works perfectly fine. When install 5.7.3, i see some issues with Informs. When there is a inform sent from my agent , Manager where 5.7 is installed sends a packet with wrong engineID (looks like some dynamically created engineId) . Bcz of which inform

configuring snmpv3 for powerpc cross compiler

2018-09-17 Thread Aswin AS
Hi geeks, I am new this snmp. And I want to compile snmp with v3 under powerpc. I am following the below method. But not able make it for v3. Please tell me what am i missing. Also tell me how can I check v3 or v2 is running on my embedded linux device. (-v and version options shows project releas

snmpv3 createUser with engineid

2018-08-15 Thread Rajaa, Mukuntha (Nokia - IN/Bangalore)
Hi, Problem: --- snmpd is not considering user provided engined id in createUser directive. Background: -- - I am developing snmp subagent in order to report SNMP v3 traps to remote systems. - Remote systems are not in my control. Once they receive traps, application team can

snmpv3 createUser with engineid

2018-08-14 Thread Rajaa, Mukuntha (Nokia - IN/Bangalore)
Hi, Problem: --- snmpd is not considering user provided engined id in createUser directive. Background: -- - I am developing snmp subagent in order to report SNMP v3 traps to remote systems. - Remote systems are not in my control. Once they receive traps, application team can

Re: patches for snmpv3 IP address selection

2018-08-07 Thread Damien Garcia via Net-snmp-users
ert Story : > >> On Fri, 13 Jul 2018 18:57:22 +0200 Damien wrote: >> DGVNSU> Looking at the mailing list, I have found lots of post >> DGVNSU> concerning "snmpv3 IP address selection". >> DGVNSU> In a post entitled "Support for Ciso ACLs", it seems

Re: patches for snmpv3 IP address selection

2018-07-17 Thread Damien Garcia via Net-snmp-users
> concerning "snmpv3 IP address selection". > DGVNSU> In a post entitled "Support for Ciso ACLs", it seems that > DGVNSU> some people have ever implemented patches allowing the > DGVNSU> "snmpv3 IP address selection". see following link for > DGV

Re: patches for snmpv3 IP address selection

2018-07-17 Thread Robert Story
On Fri, 13 Jul 2018 18:57:22 +0200 Damien wrote: DGVNSU> Looking at the mailing list, I have found lots of post DGVNSU> concerning "snmpv3 IP address selection". DGVNSU> In a post entitled "Support for Ciso ACLs", it seems that DGVNSU> some people have ever impleme

patches for snmpv3 IP address selection

2018-07-13 Thread Damien Garcia via Net-snmp-users
Hello, Looking at the mailing list, I have found lots of post concerning "snmpv3 IP address selection". In a post entitled "Support for Ciso ACLs", it seems that some people have ever implemented patches allowing the "snmpv3 IP address selection". see fol

Re: source ip filtering for snmpv3 user

2018-07-11 Thread Damien Garcia via Net-snmp-users
Thanks a lot Robert for your answer ! 2018-07-10 23:19 GMT+02:00 Robert Story : > On Tue, 10 Jul 2018 19:59:33 +0200 Damien wrote: > DGVNSU> "Is it possible to use source IP filtering for groups of > DGVNSU> SNMPv3 users?" > DGVNSU> > DGVNSU> This question ha

Re: source ip filtering for snmpv3 user

2018-07-10 Thread Robert Story
On Tue, 10 Jul 2018 19:59:33 +0200 Damien wrote: DGVNSU> "Is it possible to use source IP filtering for groups of DGVNSU> SNMPv3 users?" DGVNSU> DGVNSU> This question has been posted to this mailing list in 2012 DGVNSU> and the answer was: DGVNSU> DGVNSU> &qu

source ip filtering for snmpv3 user

2018-07-10 Thread Damien Garcia via Net-snmp-users
Hello, "Is it possible to use source IP filtering for groups of SNMPv3 users?" This question has been posted to this mailing list in 2012 and the answer was: "No - not within the standard SNMP framework. You'd have to implement an extension to handle mapping a given usernam

Trying to have the same SNMPv3 user and password over hundreds of hosts

2018-05-18 Thread Josef David S. Prado
Hello, I´m using Puppet to manage configuration across al the systems we have in our company, and as long as we do have a SNMP Module for Puppet, it is not compatible with Slackware 14.1, where we do need to configure SNMPv3. Using SNMP v1 or v2 would allow me to have the same configuration file

Re: SNMPv3 access with wrong password

2017-11-10 Thread Andrejs Bogdanovs
On 11/9/17, Bernd Eilers wrote: > > On 11/09/2017 09:39 AM, Andrejs Bogdanovs wrote: >> Why have requests succeeded in case of "" and ""? > > Because the generated MD5 Key is the same in this case. > Thank you, Bernd! I looked in the RFC and understood the reason behind this pr

SNMPv3 access with wrong password

2017-11-09 Thread Andrejs Bogdanovs
Greetings, net-snmp folks! Sorry, if this has been discussed before or is mentioned in the docs - haven't found info about this issue (only about the minimal length of the passwords). I installed net-snmp 5.7.3 on Ubuntu Linux 16.04.3 LTS (x86_64). I created SNMPv3 user using net-snmp-c

Re: SNMPv3 access with wrong password

2017-11-09 Thread Bernd Eilers
Linux 16.04.3 LTS (x86_64). I created SNMPv3 user using net-snmp-config: net-snmp-config --create-snmpv3-user -a "a" myuser3 I tried to access sysDescr OID: Valid password: snmpwalk -v 3 -u myuser3 -l authNoPriv -a MD5 -A "a" -mALL -M /home/user/net-snmp/mibs

SNMPv3 access with wrong password

2017-11-09 Thread Andrejs Bogdanovs
Greetings, net-snmp folks! Sorry, if this has been discussed before or is mentioned in the docs - haven't found info about this issue (only about the minimal length of the passwords). I installed net-snmp 5.7.3 on Ubuntu Linux 16.04.3 LTS (x86_64). I created SNMPv3 user using net-snmp-c

Help compiling Kerberos Security for SNMPv3

2017-08-18 Thread Matheus Alves
Hi Guys :D So, I'm trying to compile KSM for SNMPv3 but I'm stuck in some configurations, I guess. I'm using Centos7 and kerberos v5 on my machine and net-snmp-5.7.3.tar.gz (there's no .rpm for that version and the ksm of 5.7.2 seems to be broken). I used ./configure --with-s

ksm in SNMPv3 problems

2017-08-10 Thread Matheus Alves
Hi guys, I'm trying to use KSM in SNMPv3, but I experienced some errors and I'm wondering why. I'm using a CentOS7 system and MIT Krb5, using: ./configure --with-security-modules="ksm" --with-cflags="-I usr/include/krb5" \ --with-ldflags="-L usr/l

Re: Need Help on Snmpv3 AES issue

2017-06-28 Thread Bill Fenner
at 8:32 PM, Bill Fenner wrote: > >> On Tue, Jun 27, 2017 at 1:50 AM, Suhasini Katuri < >> katuri.suhas...@gmail.com> wrote: >> >>> Hi All, >>> >>> I've confgured a snmpv3 user with authentication of SHA and encryption >>> of AES an

Re: Need Help on Snmpv3 AES issue

2017-06-28 Thread Suhasini Katuri
2017 at 8:32 PM, Bill Fenner wrote: > On Tue, Jun 27, 2017 at 1:50 AM, Suhasini Katuri < > katuri.suhas...@gmail.com> wrote: > >> Hi All, >> >> I've confgured a snmpv3 user with authentication of SHA and encryption of >> AES and i tried to snmget on mi

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Bill Fenner
On Tue, Jun 27, 2017 at 1:50 AM, Suhasini Katuri wrote: > Hi All, > > I've confgured a snmpv3 user with authentication of SHA and encryption of > AES and i tried to snmget on mib object of type sysuptime. As follows, > > i'm using centos and net-snmp version is

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Suhasini Katuri
3.6.1.2.1.1.3.0 = Timeticks: (42528) 0:07:05.28 > ---- > - > > > Thanks, > Pushpa.T > > > On Tue, Jun 27, 2017 at 11:20 AM, Suhasini Katuri < > katuri.suhas...@gmail.com> wrote: > >>

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Suhasini Katuri
o that object) > ~$ snmpwalk -v 3 -n "" -u initial -a MD5 -A "auth_pass" -x DES -X > "priv_pass" -l authPriv 10.208.207.112 iso.3.6.1.2.1.1.3.0 > iso.3.6.1.2.1.1.3.0 = Timeticks: (42528) 0:07:05.28 > ---- > ---

Re: Need Help on Snmpv3 AES issue

2017-06-27 Thread Pushpa Thimmaiah
ass" -x DES -X "priv_pass" -l authPriv 10.208.207.112 iso.3.6.1.2.1.1.3.0 iso.3.6.1.2.1.1.3.0 = Timeticks: (42528) 0:07:05.28 ----- Thanks, Pushpa.T On Tue, Jun 27, 2017 at 11:20 AM, Suhasini Katuri wrote:

Need Help on Snmpv3 AES issue

2017-06-26 Thread Suhasini Katuri
Hi All, I've confgured a snmpv3 user with authentication of SHA and encryption of AES and i tried to snmget on mib object of type sysuptime. As follows, i'm using centos and net-snmp version is 5.7.3, [root@centOs67-9 ~]# snmpd -v NET-SNMP version: 5.7.3 Web: http

Re: SNMPv3 Debian Question

2017-06-06 Thread Pranesh Kulkarni
orks (and please tell me "private" is not your real > community string), then you probably need to set up authorization > properly and your SNMPv3 user doesn't have write access to the object. > Se the VACM section of the snmpd.conf manual and/or change the rouser >

Re: SNMPv3 Debian Question

2017-06-06 Thread Wes Hardaker via Net-snmp-users
ed to set up authorization properly and your SNMPv3 user doesn't have write access to the object. Se the VACM section of the snmpd.conf manual and/or change the rouser line to rwuser for your v3 user. -- Wes Hardaker USC/ISI --

Re: SNMPv3 Debian Question

2017-06-06 Thread Wes Hardaker via Net-snmp-users
Pranesh Kulkarni writes: > syscontact admin It *can't* be configured in snmpd.conf. If it is the agent will treat it as a read-only object because it can't save the state to it's own dynamic configuration storage. You need to remove the reference to it in the snmpd.conf file if you want to upd

Re: SNMPv3 Debian Question

2017-06-06 Thread Pranesh Kulkarni
manpage says that specifying sysContact directives in >>> snmpd.conf makes the corresponding object read-only, and attempts to SET >>> it will result in a *notWritable* error response. >>> >>> Thanks, >>> Pushpa.T >>> >>> On We

Re: SNMPv3 Debian Question

2017-05-30 Thread Pushpa Thimmaiah
ks, >> Pushpa.T >> >> On Wed, May 24, 2017 at 10:55 AM, jayshankar nair < >> jayshankar.n...@gmail.com> wrote: >> >>> Hi, >>> >>> I am testing snmpset with snmpv3 rwuser myuser2. I am getting the below >>> errors. >>> >

Re: SNMPv3 Debian Question

2017-05-26 Thread jayshankar nair
will result in a *notWritable* error response. > > Thanks, > Pushpa.T > > On Wed, May 24, 2017 at 10:55 AM, jayshankar nair < > jayshankar.n...@gmail.com> wrote: > >> Hi, >> >> I am testing snmpset with snmpv3 rwuser myuser2. I am getting the below >>

Re: SNMPv3 Debian Question

2017-05-25 Thread Pushpa Thimmaiah
otWritable* error response. Thanks, Pushpa.T On Wed, May 24, 2017 at 10:55 AM, jayshankar nair wrote: > Hi, > > I am testing snmpset with snmpv3 rwuser myuser2. I am getting the below > errors. > > snmpset -v 3 -u myuser2 -l authNoPriv -a MD5 -A my_password localhost > syste

Re: SNMPv3 Debian Question

2017-05-23 Thread jayshankar nair
Hi, I am testing snmpset with snmpv3 rwuser myuser2. I am getting the below errors. snmpset -v 3 -u myuser2 -l authNoPriv -a MD5 -A my_password localhost system.sysContact.0 s d...@noc.rut‐gers.edu Error in packet. Reason: notWritable (That object does not support modification) Failed

Re: SNMPv3 Debian Question

2017-05-23 Thread Wes Hardaker
"Jan-Philipp Schollbach" writes: > I configured by snmpd an v3 User with the command --> > sudo net-snmp-create-v3-user -ro -A -a SHA -X -x AES > trap Was the snmpd agent running when you ran that command? It actually can't be. To add new users via the CLI, you need to s

SNMPv3 Debian Question

2017-05-17 Thread Jan-Philipp Schollbach
Hi   I configured by snmpd an v3 User with the command --> sudo net-snmp-create-v3-user -ro -A -a SHA -X -x AES trap   After this i tried to pull local some snmpdata with snmpv3, but it always response timeout. --> snmpwalk -v3 -l authPriv -u trap -a SHA -A &qu

Can I send SNMPv3 traps with an SNMPv2-SMI MIB?

2016-10-06 Thread Sumit Mhatre
for sending SNMP traps using version SNMPv3? Or do I need separate MIB for v3 request? Regards, Sumit -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org!

Re: snmpv3 trapsess

2016-10-05 Thread Pushpa Thimmaiah
Hi, I am able to send snmpv3 traps out using trapsee trapsess -v 3 -e engineid_agent -u test124 -l authPriv -a MD5 -A mypassword -x DES -X mypassword 172.16.1.149:162 But snmptrapd running on 172.16.1.149 shows error ASN.1 parse error in message Please let me know if any configuration is

snmpv3 trapsess

2016-10-03 Thread Pushpa Thimmaiah
use remote engineID instead of snmpd-engineID? and createUser entry in snmptrap.conf (192.168.1.41) . createUser -e engineID_snmpAgent test113 MD5 mypassword AES mypassword authUser log test113 But, snmpAgent not sending snmpv3 traps i.e coldtrap, shutdowntrap to 192.168.1.41. Please let me

Trying to receive snmpv3 traps in my c++ application

2016-08-29 Thread Jaspal Kaur
Hi All, I'm trying to add the support to receive snmpv3 traps in my c++ application code(which is using net-snmp library). I'm not using snmptrapd. As of now its able to receive SNMPv2 traps and I'm able to process them. But when I am sending v3 traps to my applicatio

SNMPv3 support for IPV6

2016-08-10 Thread RAVI KUMAR
Hi, I am using SNMP package to create SNMPv3 session. But I am not sure how to pass transport information as UDP6 as I think default behavior is UDP. As far as I know that when use `Net::SNMP` to create session then we have "domain" parameter to classify between ipv4 and ipv6 address

Re: Net::snmp error when using snmpV3 with APC UPS network card

2016-06-12 Thread Hans Jørgen Jakobsen
On Sat, 11 Jun 2016, Theodore Wynnychenko wrote: > > I have set up net-snmp and this is working. I also have set up snmp on > several > pieces of hardware that include snmp capabilities. As a matter of principle, > I > have enabled snmpV3 where available. > >

Net::snmp error when using snmpV3 with APC UPS network card

2016-06-11 Thread Theodore Wynnychenko
include snmp capabilities. As a matter of principle, I have enabled snmpV3 where available. But, while I have had no problems with snmpV3 using net-snmp, for one class of hardware (old APC UPS Network Management cards - Model AP9617 circa 2007), I have no trouble getting snmp data using snmpV3 with

Re: SNMPv3 on Windows servers and Win 7 - which is the right latest bundle?

2016-05-26 Thread alessandro macuz
against OpenSSL > version 0.9.8r but I don't seem to find that particular version. > > Could anybody point me (in terms of links) at the latest executables for > Windows and OpenSSL that will work together, please? > > I cannot use anything else than SNMPv3 and now it's w

SNMPv3 on Windows servers and Win 7 - which is the right latest bundle?

2016-05-26 Thread alessandro macuz
gether, please? I cannot use anything else than SNMPv3 and now it's week that I'm working on it with a bit of frustration. If only I could run it on Linux but... unfortnately I cannot :( The environments dictates to use Windows produc

Re: Creating snmpv3 user without conf files

2016-05-22 Thread Jobin Joseph
Hi All, Could you please help me to resolve this? Thanks and Regards, Jobin Joseph On Tue, May 17, 2016 at 11:56 AM, Jobin Joseph wrote: > Hi All, > > I am using netsnmp 5.7.3 version. > > When trying to create snmpv3 users from an application using the callb

Creating snmpv3 user without conf files

2016-05-16 Thread Jobin Joseph
Hi All, I am using netsnmp 5.7.3 version. When trying to create snmpv3 users from an application using the callback functions usm_parse_create_usmUser with the token and the string directly. Using usm_parse_create_usmUser with -e option everything works fine. usm_parse_create_usmUser

Re: SNMPv3 user will be set to NONVOLATILE and couldn't be deleted

2016-04-21 Thread Wes Hardaker
Zhouhuai Shen writes: > When I have created a snmpv3 user, looks like the user's type was set > to NONVOLATILE. As a result of this, the next snmpd restart will save > this user to a non-volatile config file -- snmpd.conf. This user will > be persistent forever. Does anyone k

SNMPv3 user will be set to NONVOLATILE and couldn't be deleted

2016-04-17 Thread Zhouhuai Shen
Hi, When I have created a snmpv3 user, looks like the user's type was set to NONVOLATILE. As a result of this, the next snmpd restart will save this user to a non-volatile config file -- snmpd.conf. This user will be persistent forever. Does anyone know why and how I can delete the user

help on setup of snmpv3 / dtls?

2016-03-22 Thread - -
Hi --- setting up v3 using TSM, and having a bit of a hard time with tutorial and other doc material. I'm unclear about the mapping of username (such as the CN from the client cert) and the security name, and when I try the tutorial examples, I get "-T is no longer used, use TRANSPORT:HOST" w

Need info regarding Context string support in SNMPv3 client version net-snmp-5.6.1.1

2015-12-14 Thread ABDUL MOIZ
Hi,    We are using SNMPv3 MIB Browser and SNMPv3 Client version net-snmp-5.6.1.1    I have configured same context string field in both SNMPv3 Manager and Client.    In request packet from Manager to Client, contextName value shown is same as configured,    but in response

Need info regarding Context string support in SNMPv3 client version net-snmp-5.6.1.1

2015-11-23 Thread ABDUL MOIZ
Hi,    We are using SNMPv3 MIB Browser and SNMPv3 Client version net-snmp-5.6.1.1    I have configured same context string field in both SNMPv3 Manager and Client.    In request packet from Manager to Client, contextName value shown is same as configured,    but in response

Re: Forward SNMPv3 traps from snmptrapd to snmpc

2015-10-05 Thread Pranesh Kulkarni
instead of 127.0.0.1 give actual IP address On Thu, Sep 3, 2015 at 12:11 PM, Sanjay Singh wrote: > How can i forward the Traps received by SNMPTRAPd to SNMPc (Castle Rock > Manager) Both are running on the same machine (Windows 7) > > My entry for snmptrapd.conf is: > > authUser log,execute,net

Re: Forward SNMPv3 traps from snmptrapd to snmpc

2015-10-05 Thread Pushpa Thimmaiah
Hi Sanjay Singh, Try with adding port number where SNMPc listening to . 'forward default localhost:portnumber' Eg: forward default 127.0.0.1:4477 On Mon, Oct 5, 2015 at 4:56 PM, Pushpa Thimmaiah wrote: > Hi Sanjay Singh, > > > Try with adding port number like 'forward default localhost:portn

Re: Forward SNMPv3 traps from snmptrapd to snmpc

2015-10-05 Thread Pushpa Thimmaiah
Hi Sanjay Singh, Try with adding port number like 'forward default localhost:portnumber' Eg: forward default 127.0.0.1:4477 On Thu, Sep 3, 2015 at 12:11 PM, Sanjay Singh wrote: > How can i forward the Traps received by SNMPTRAPd to SNMPc (Castle Rock > Manager) Both are running on the same m

Re: SNMPv3 SHA support

2015-09-28 Thread Vijendra Agarwal (vijagarw)
Hi Wes, Thanks for reply, I get the SHA working on my setup. Actually I was using -3M and -3m for auth and priv pass. These were working only for MD5 and DES/AES protocol but not for SHA. Then I change the option from -3M to -m and -3m to -m and now all the combination of auth and priv pass are wo

SNMPv3 SHA support

2015-09-15 Thread Vijendra Agarwal (vijagarw)
Hi All, I am configuring my system for SNMPv3 support. I created the user with authProto as SHA and privProto as AES. The user get created successfully. When I am sending snmpwalk request with the above configured protocols I am getting output as "No Such Object available on this age

Forward SNMPv3 traps from snmptrapd to snmpc

2015-09-02 Thread Sanjay Singh
How can i forward the Traps received by SNMPTRAPd to SNMPc (Castle Rock Manager) Both are running on the same machine (Windows 7) My entry for snmptrapd.conf is: authUser log,execute,net myuser forward default 127.0.0.1 I am sending the trap like: snmptrap -Ddumph_send,dumpv_send,usm -v 3 -e 0x

SNMPv3 and Extension Agent

2015-08-20 Thread Sanjay Singh
Hi All, We currently have a Windows Extension Agent Dll which uses the Windows SNMP service. It all work in SNMP version 1. We need to migrate to SNMP v3 now. As Window SNMP Service doesn't support Version 3, I am planning to use Net-SNMP. My need some help: 1. Will Net-SNMP(version 3) be ab

SNMPv3 SSH - failed rfc5343 contextEngineID probing

2015-04-02 Thread Kantor, Tomas
Hello I am trying SNMPv3 SSH transport accordind this tutorial http://www.net-snmp.org/wiki/index.php/SSH Unfortunately I got this error: failed rfc5343 contextEngineID probing Does anybody know, what I missed? What is wrong? /opt/shared/adl-net-snmp/bin/snmpstatus -m all -M mibs -r1 -Dssh,tsm

  1   2   3   4   5   6   7   8   >