nautobot / nautobot-app-device-onboarding

Device Onboarding Plugin for Nautobot
https://docs.nautobot.com/projects/device-onboarding/en/latest/
Other
43 stars 28 forks source link

Add support for clustered and stacked devices #244

Open alhogan opened 3 hours ago

alhogan commented 3 hours ago

Environment

Proposed Functionality

When onboarding a logical device that is made up of more than 1 physical devices, onboard all physical devices with a best effort approach.

Use Case

alhogan commented 3 hours ago

Clustered devices are probably easier than stacked switches. The current commands for Juniper SRXs pull the info for each physical device already. For example "show version | display json" when parsed will return [ "device1", "device2" ] and currently the plugin just takes the first entry, but it could loop through the entries instead.