Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNMP credentials #7

Closed
uclara opened this issue Feb 6, 2021 · 6 comments
Closed

SNMP credentials #7

uclara opened this issue Feb 6, 2021 · 6 comments

Comments

@uclara
Copy link

uclara commented Feb 6, 2021

Looks very. interesting, but where to configure auth information. (e.g. for. SNMP v1, V2 and V3 credentials)?

@TheFireMike
Copy link
Contributor

Hey, you can set the SNMP version and community with the flags or in the config. Currently we don't support SNMP v3.
Example:

$ thola identify --ip 10.204.2.90 --snmp-community public --snmp-version 2c

Device: 
  Class: ceraos/ip10
  Properties: 
    Vendor: Ceragon
    Model: IP-10
    SerialNumber: 00:0A:25:25:77:67
    OSVersion: 2.9.25-1

By default Thola tries to connect to your device with the community public and with version 1 and 2c.

@uclara
Copy link
Author

uclara commented Feb 6, 2021

Tanks for the information, are you planing to add also other vendors. (e.g. Unify)?

@TheFireMike
Copy link
Contributor

TheFireMike commented Feb 6, 2021

Yeah sure, we're constantly adding support for new devices. If you need support for specific devices, you're welcome to add them by writing a device class file and creating a pull request!

@uclara
Copy link
Author

uclara commented Feb 6, 2021

Hi, could you provide a link to a howto to generate such a device class file?

Ulli

@TheFireMike
Copy link
Contributor

Currently we're working on our documentation (docs.thola.io), but unfortunately the chapter about the device classes isn't ready yet.
If you don't want to wait till it's ready you can take a look at our existing device classes and try to write one yourself. Our goal was to make them as easy and self-explanatory as possible, but if you have specific questions or need further help do not hesitate to contact us/me!

@BausPhi
Copy link
Contributor

BausPhi commented Mar 1, 2021

Hey @uclara,
We just updated our documentation (docs.thola.io). It now contains a description of how to generate device class files / add a new device. I hope this will help you

@zatroa zatroa closed this as completed Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants