MJL85 / natlas

natlas - Network Discovery and Auto-Diagramming
GNU General Public License v2.0
514 stars 111 forks source link

Enhancement Request: SNMPv3 #8

Open gellis713 opened 8 years ago

gellis713 commented 8 years ago

I'm no expert on SNMPv3 by any means but is there any particular reasoning behind this project only supporting v2/v2c? Thanks,

Griffin

gstrike commented 6 years ago

Hey Griffin,

I realize your post is from many years ago, but, I wanted to reply for others that may be looking and to let you know that I've submitted a pull request (https://github.com/MJL85/natlas/pull/30) for SNMPv3 support. It's an initial implementation, and I have had good success with it so far. Obviously, it's new still needs to be tested.

Greg

collin-clark commented 5 years ago

Any chance we can get an example to put in the .conf file?

gstrike commented 5 years ago

Hi Collin,

The pull request updates the readme.md which has example configuration in it. However, you should be able to add something similar to this under the SNMP section.

{ "community":"SNMPv3Example", "ver":3 , "v3Username":"testuser", "v3AuthKey":"abc12345678", "v3PrivKey":"12345678abc", "v3AuthProtocol":"SHA", "v3PrivProtocol":"AES128"},

Greg

HAlover99 commented 4 years ago

Sorry I Don't understand if is possible or not using the SNMPv3.