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

Add support for clustered and stacked devices #244

Open
alhogan opened this issue Sep 19, 2024 · 1 comment
Open

Add support for clustered and stacked devices #244

alhogan opened this issue Sep 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@alhogan
Copy link

alhogan commented Sep 19, 2024

Environment

  • Nautobot version: 3.11
  • nautobot-device-onboarding version: 4.0.1

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

  • Clustered Juniper SRX or Cisco Firepower/ASA Firewalls
  • Switch Stacks
@alhogan
Copy link
Author

alhogan commented Sep 19, 2024

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.

@scetron scetron added the enhancement New feature or request label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants