Re: Does Net-SNMP support AES192 or AES256?

2018-04-10 Thread Simon Chamlian
>>> >>>> createUser User2 MD5 "passwrd-00" AES192 (or AES-192) "default-00" >>>> >>>> I get an error message: >>>> >>>> snmpd.conf: line 27: Error: unknown privProtocol >>>>

Re: Does Net-SNMP support AES192 or AES256?

2018-04-09 Thread Bill Fenner
t;> >>> >>> >>> On Thu, Apr 5, 2018 at 5:14 PM, Keith Mendoza <panthe...@gmail.com> >>> wrote: >>> >>>> Simon, >>>> Those options have to be enabled in the configure options. I suggest >>>> building with the foll

Re: Does Net-SNMP support AES192 or AES256?

2018-04-09 Thread Simon Chamlian
<panthe...@gmail.com> >> wrote: >> >>> Simon, >>> Those options have to be enabled in the configure options. I suggest >>> building with the following configure options: >>> --with-transports="DTLSUDP" --with-security-modules="

Re: Does Net-SNMP support AES192 or AES256?

2018-04-06 Thread Bill Fenner
: >> --with-transports="DTLSUDP" --with-security-modules="tsm" >> >> There might be other configure options that you need to make it work. >> >> Just note though that SNMPv3 RFC _does not_ specify AES192 and AES256; >> they specified some old

Re: Does Net-SNMP support AES192 or AES256?

2018-04-06 Thread Simon Chamlian
y specified some older algorithms that were "latest and greatest" > at the time it was being drafted :( > > Thanks, > Keith > Thanks, > Keith > > > On Thu, Apr 5, 2018 at 1:54 PM, Simon Chamlian <simon.chaml...@mpbc.ca> > wrote: > > >

Re: Does Net-SNMP support AES192 or AES256?

2018-04-05 Thread Keith Mendoza
hat SNMPv3 RFC _does not_ specify AES192 and AES256; they specified some older algorithms that were "latest and greatest" at the time it was being drafted :( Thanks, Keith Thanks, Keith On Thu, Apr 5, 2018 at 1:54 PM, Simon Chamlian <simon.chaml...@mpbc.ca> wrote: > > > >

Fwd: Does Net-SNMP support AES192 or AES256?

2018-04-05 Thread Simon Chamlian
Hi, Does Net-SNMP support AES192 or AES256? According to this link http://www.net-snmp.org/wiki/index.php/Strong_Authentication_or_Encryption The short answer is Yes, starting with release 5.8 AES193 and AES256 are an optional configure option. So I downloaded version 5.8.pre2 and tried

Re: does net-snmp support AES-128 SHA96

2014-09-24 Thread Bill Fenner
net-snmp supports RFC3414 https://tools.ietf.org/html/rfc3414 (which defines HMAC-SHA-96) and RFC3826 https://tools.ietf.org/html/rfc3826 (which defines CFB128-AES-128). Bill On Tue, Sep 23, 2014 at 6:35 AM, sarath azad saraths...@yahoo.co.in wrote: Hello, Could you please tell if

does net-snmp support AES-128 SHA96

2014-09-23 Thread sarath azad
Hello, Could you please tell if net-snmp supports AES-128 (128 bit encryption) and HMAC-SHA-96? I have used net-snmp 5.4.2.1 version and it supported AES and SHA, but I am not able to get information if it supports specifically 128 bit AES and HMAC-SHA-96. thanks and regards S Sarath

RE: SNMP SUPPORT

2013-01-28 Thread Shi, Darren
Hi Niels, Got it . Thank you very much for quick response . Thanks, Darren -Original Message- From: Niels Baggesen [mailto:n...@users.sourceforge.net] Sent: 2013年1月28日 13:30 To: Shi, Darren Cc: net-snmp-coders@lists.sourceforge.net Subject: Re: SNMP SUPPORT On Mon, Jan 28, 2013 at 09

RE: SNMP SUPPORT

2013-01-28 Thread Shi, Darren
: Niels Baggesen [mailto:n...@users.sourceforge.net] Sent: 2013年1月28日 4:16 上午 To: Shi, Darren; net-snmp-coders@lists.sourceforge.net Subject: Re: SNMP SUPPORT Den 21-01-2013 10:03, Shi, Darren skrev: I am developing a snmp agent by using NET-SNMP version 5.5 . I met a problem when testing HOST

snmp support for TC-linux utility

2013-01-28 Thread Jatin Bodarya
Hi all, Is there any standard MIBs or API or Code available with which I can get the data from TC-utility( http://www.google.co.in/url?sa=trct=jq=tc%20utility%20linuxsource=webcd =1cad=rjaved=0CC4QFjAAurl=http%3A%2F%2Fwww.tldp.org%2FHOWTO%2FTraffic-Con

SNMP SUPPORT

2013-01-27 Thread Shi, Darren
Hello Dave, I am developing a snmp agent by using NET-SNMP version 5.5 . I met a problem when testing HOST-RESOURCE-MIB, OID: 1.3.6.1.2.1.25.2.3.1.7(hrStorageAllocationFailures) It always shows No data available when query is made using iReasoning MIB Browser. Can you do me a help? Thanks,

Re: SNMP SUPPORT

2013-01-27 Thread Niels Baggesen
Den 21-01-2013 10:03, Shi, Darren skrev: I am developing a snmp agent by using NET-SNMP version 5.5 . I met a problem when testing HOST-RESOURCE-MIB, OID: 1.3.6.1.2.1.25.2.3.1.7(hrStorageAllocationFailures) It always shows No data available when query is made using iReasoning MIB Browser.

Re: SNMP SUPPORT

2013-01-27 Thread Niels Baggesen
On Mon, Jan 28, 2013 at 09:25:19AM +0800, Shi, Darren wrote: So why we don't report initialized value zero instead of No data available ? Because we then would have to increment it if a failure occurred, and we don't know how to detect that. /Niels -- Niels Baggesen - @home - Århus - Denmark

Re: Can proxy agent of net-snmp support SNMPv3 to SNMPv2 conversion?

2011-12-14 Thread shay naveh
snmpd.conf entry example: proxy -Cn ctx2 -v 1 -c public 192.168.2.3 .1.3 On Tue, Dec 13, 2011 at 1:28 PM, Dave Shield d.t.shi...@liverpool.ac.ukwrote: On 13 December 2011 11:23, 梅亮 meiliangw...@gmail.com wrote: What I really wanted to know is: whether proxy agent on net-snmp can support

Can proxy agent of net-snmp support SNMPv3 to SNMPv2 conversion?

2011-12-13 Thread 梅亮
Hi Net-SNMP coders, I understand that proxy agent can support SNMPv2 to SNMPv1 conversion, as indicated by RFC1452. What I really wanted to know is: whether proxy agent on net-snmp can support SNMPv3 to SNMPv2 conversion. Namely, when the proxied agent can only support SNMPv2, when the proxy

Re: Can proxy agent of net-snmp support SNMPv3 to SNMPv2 conversion?

2011-12-13 Thread Dave Shield
On 13 December 2011 11:23, 梅亮 meiliangw...@gmail.com wrote: What I really wanted to know is: whether proxy agent on net-snmp can support SNMPv3 to SNMPv2 conversion. Yes. Namely, when the proxied agent can only support SNMPv2, when the proxy agent received a SNMPv3 encrypted snmp packet, can

Does Net-SNMP support AgentX-MIB

2008-05-05 Thread Sinha, Birendra (Birendra)
Hi, Could you please let us know if Net-Snmp supports agentX MIB? It looks like net-SNMP supports agentX protocol (RFC 2471) but not the agentX Mib (RFC 2472). I did some POC/testing on Linux with NetSNMP version 5.3 as follows: * Installed and configure Net-SNMP on Linux

Does Net-SNMP support AgentX-MIB?

2008-05-05 Thread Sinha, Birendra (Birendra)
Hi, Could you please let us know if Net-Snmp supports agentX MIB? It looks like net-SNMP supports agentX protocol (RFC 2471) but not the agentX Mib (RFC 2472). I did some POC/testing on Linux with NetSNMP version 5.3 as follows: * Installed and configure Net-SNMP on Linux

Re: Does Net-SNMP support AgentX-MIB?

2008-05-05 Thread Dave Shield
2008/5/5 Sinha, Birendra (Birendra) [EMAIL PROTECTED]: Could you please let us know if Net-Snmp supports agentX MIB? No It looks like net-SNMP supports agentX protocol (RFC 2471) but not the agentX Mib (RFC 2472). Correct Dave

Re: Net-Snmp support for Diffie-Helman key exchange?

2007-11-18 Thread Dave Shield
On 12/11/2007, Luther Smith [EMAIL PROTECTED] wrote: Does anyone know if there is support in Net-Snmp for the SNMPv3 Diffie-Helman key exchange mechanism [RFC 2786]? There is an implementation of the SNMP-USM-DH-OBJECT-MIB in all active lines of the Net-SNMP agent, though it isn't enabled by

Net-Snmp support for Diffie-Helman key exchange?

2007-11-12 Thread Luther Smith
Does anyone know if there is support in Net-Snmp for the SNMPv3 Diffie-Helman key exchange mechanism [RFC 2786]? If not, has anyone added such support? Thanks, Luther E. Smith Test Development Engineer III, CISSP CableLabs(r) 858 Coal Creek Circle Louisville, Colorado 80027-9750

Re: regarding net-snmp support

2006-09-20 Thread Robert Story
On Tue, 19 Sep 2006 20:35:59 +0530 Siva wrote: SPRG how to make net-snmp to support ath0 interface while using madwifi SPRG driver code. SPRG while running snmpd agent it is prompting message that snmpd: ath0: SPRG Operation not supported What are you doing when you get that message?

regarding net-snmp support

2006-09-19 Thread Siva Prakash Reddy G
Title: Message Hi! how to make net-snmp to support ath0 interface while using madwifi driver code. while running snmpd agent it is prompting

Re: Does net-snmp support inter-table indexing?

2005-03-17 Thread Bogdan Antonovici
I mean using as index for a table the index from another table(i.e ifIndex). - Original Message - From: Robert Story To: bogdan antonovici Cc: net-snmp-coders@lists.sourceforge.net Sent: Wednesday, March 16, 2005 10:36 PM Subject: Re: Does net-snmp support

Does net-snmp support inter-table indexing?

2005-03-08 Thread bogdan antonovici
I am new with net-snmp and i would like to know if there is support for inter-table indexing (from what i tried it doesn't seem to be there). Thank you Bogdan --- SF email is sponsored by - The IT Product Guide Read honest candid reviews on