Skip to content

Commit

Permalink
Create extreme_exos.py dispatcher
Browse files Browse the repository at this point in the history
Netmiko dispatcher for Extreme EXOS
  • Loading branch information
EdificomSA authored Jul 9, 2024
1 parent 3bbc968 commit 7df0e88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nornir_nautobot/plugins/tasks/dispatcher/extreme_exos.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""nornir dispatcher for Extreme EXOS."""

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

class NetmikoExtremeEXOS(NetmikoDefault):
"""Collection of Netmiko Nornir Tasks specific to Extreme EXOS devices."""

config_command = "show configuration detail"

0 comments on commit 7df0e88

Please sign in to comment.