Wyko / netcrawl

Netcrawl is a tool designed to discover and poll one or more devices, inventory them, and then provide useful data on the processed devices.
http://netcrawl.readthedocs.io
54 stars 10 forks source link

Support for Juniper #14

Open ghost opened 7 years ago

ghost commented 7 years ago

Please let me know if you'd like to incorporate support for JUNOS devices in the future, I would be happy to help out.

Wyko commented 7 years ago

Absolutely! Please create a new device class inheriting devices.base.network_device and add the appropriate logic.

Also, I've only barely started adding pytest tests to this project, but if there are any relevant tests you can add to the device, please feel free to add them as well.

Wyko commented 7 years ago

Any progress?