Re: Does Net-SNMP support AES192 or AES256?

2018-04-10 Thread Simon Chamlian
e="/var/log/snmp" >>>> >>>> *--with-transports="DTLSUDP TLSTCP" --with-security-modules="tsm" * >>>> >>>> >>>> Still when I put >>>> >>>> createUser User2 MD5 "passwrd-00" AE

Re: Does Net-SNMP support AES192 or AES256?

2018-04-09 Thread Bill Fenner
rivProtocol >>> >>> So does SNMP 5.8 support AES192 and AES256? >>> Is it another syntax I need in snmpd.conf? >>> >>> Thanks, >>> >>> S. >>> >>> >>> >>> >>> On Thu, Apr 5, 2018 at 5:14 PM, Keit

Re: Does Net-SNMP support AES192 or AES256?

2018-04-09 Thread Simon Chamlian
t;> 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="tsm" >>> >>> There might be other configure op

Re: Does Net-SNMP support AES192 or AES256?

2018-04-06 Thread Bill Fenner
uot; --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 older algorithms that were "latest and gre

Re: Does Net-SNMP support AES192 or AES256?

2018-04-06 Thread Simon Chamlian
lgorithms 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 > wrote: > > > > > > > > Hi, > > > > Does Net-SNMP supp

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 wrote: > > > > Hi, > > Does Net-SNMP

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 (which defines HMAC-SHA-96) and RFC3826 (which defines CFB128-AES-128). Bill On Tue, Sep 23, 2014 at 6:35 AM, sarath azad wrote: > Hello, > > Could you please tell if net-snmp supports AES-1

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 --

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(

RE: SNMP SUPPORT

2013-01-28 Thread Shi, Darren
ssage- From: 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 p

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-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 - Denm

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 Br

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: 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 wrote: > On 13 December 2011 11:23, 梅亮 wrote: > > What I really wanted to know is: > > whether proxy agent on net-snmp can support SNMPv3 to SNMPv2 conversion. > > Yes. > > > Na

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

2011-12-13 Thread Dave Shield
On 13 December 2011 11:23, 梅亮 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 the proxy agent pa

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 agen

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 --

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 (R

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 303-66

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 Robert Story
On Thu, 17 Mar 2005 08:13:42 -0600 Bogdan wrote: BA> I mean using as index for a table the index from another table(i.e BA> ifIndex). Ah, ok. Index handling is done in the module handlers, so it is up to the individual handlers to share indexes. There are a few examples, I think. The host resourc

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

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

2005-03-16 Thread Robert Story
On 04 Mar 2005 10:59:45 -0600 bogdan wrote: BA> I am new with net-snmp and i would like to know if there is support for BA> inter-table indexing (from what i tried it doesn't seem to be there). Can you explain what you mean by inter-table indexing? -- Robert Story; NET-SNMP Junkie 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 h