Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alhogan committed Feb 6, 2024
1 parent 91359bf commit 48c5e92
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions nornir_nautobot/plugins/tasks/dispatcher/aruba_cxos.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""nornir dispatcher for Aruba CXOS."""

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


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


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

config_command = "show run"

0 comments on commit 48c5e92

Please sign in to comment.