|
|
| Author |
Message |
Juan Beginner
Joined: 04 May 2005 Posts: 3
|
Posted: Wed May 04, 2005 12:25 pm Post subject: SNMP v3 |
|
|
| i need to gather data on a SNMP v3 dev. does NetMrg support SNMP v3 ? |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Wed May 04, 2005 12:41 pm Post subject: |
|
|
Unfortunately, no. Not yet.
We've been kinda lazy implementing this as most devices still support v2c at the very least.
I'd be interested in knowing if you have a device that is SNMP v3 only and what it was.
-Doug |
|
| Back to top |
|
 |
Juan Beginner
Joined: 04 May 2005 Posts: 3
|
Posted: Wed May 04, 2005 12:53 pm Post subject: SNMP v3 |
|
|
well thanks for quick reply here is a Radio that we use ...
http://www.dlink.co.za/dwl-2100ap.html
u sound very surprised why is that? |
|
| Back to top |
|
 |
silfreed Site Admin
Joined: 19 Jan 2003 Posts: 394 Location: Shippensburg, PA, USA
|
Posted: Wed May 04, 2005 1:47 pm Post subject: |
|
|
Typically "the industry" is very slow to adopt new standards, especially when it adds additional complexity like SNMP v3 does. I'm glad to see a device that does support it and uses it. Maybe this will give us the kick we need to get SNMP v3 support in NetMRG ;-)
-Doug |
|
| Back to top |
|
 |
Juan Beginner
Joined: 04 May 2005 Posts: 3
|
Posted: Wed May 04, 2005 1:58 pm Post subject: SNMP v3 |
|
|
| oh... k! hmm i just would like to thank all the people involved in developing, maintaing netmrg keep up the good work... |
|
| Back to top |
|
 |
klas Initiate
Joined: 12 Jan 2005 Posts: 1
|
Posted: Fri May 06, 2005 10:41 am Post subject: |
|
|
Hello.
I realised that I wanted to use netmrg with snmpv3 and ksm, well, said and done. Here is how I accomplished it:
stracing the gatherer it proved that libsnmp tries to read conf files when loaded, simply create a (in my case) /var/netmrg/.snmp/NetMRG.conf containing something similar to:
[snmp]
defSecurityModel ksm
defSecurityName my-netmrg-user
defSecurityLevel authPriv
and remove the comments around snmpv3 in devices.php. works like a charm.
You probably need a slightly different config file if you want to use usm, I have only tried this with ksm. This also implies running the gatherer in a wrapper script getting krb tokens for it. |
|
| Back to top |
|
 |
|