Skip to content

Commit

Permalink
Add aruba os support
Browse files Browse the repository at this point in the history
  • Loading branch information
alhogan committed Feb 7, 2024
1 parent 8b27cb2 commit 2afc0e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nornir_nautobot/plugins/tasks/dispatcher/aruba_os.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""nornir dispatcher for Aruba OS."""

from nornir_nautobot.plugins.tasks.dispatcher.default import NapalmDefault, NetmikoDefault


class NapalmArubaOs(NapalmDefault):
"""Collection of Napalm Nornir Tasks specific to Aruba OS devices."""


class NetmikoArubaOs(NetmikoDefault):
"""Collection of Netmiko Nornir Tasks specific to Aruba OS devices."""

config_command = "show run"

0 comments on commit 2afc0e5

Please sign in to comment.