ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.54k stars 1.3k forks source link

Does NEtmiko support Moxa 518E series #3392

Open zubairshahzadarain opened 6 months ago

zubairshahzadarain commented 6 months ago

Description: Issue: We need to determine whether Netmiko, a Python library for managing network devices, supports the Moxa 518E series.

Background: The Moxa 518E series is a range of industrial Ethernet switches widely used in various networking environments. Netmiko is a popular Python library that simplifies the process of managing network devices via SSH. However, it's uncertain whether Netmiko supports the Moxa 518E series.

ktbyers commented 6 months ago

Nope:

https://github.com/ktbyers/netmiko/blob/develop/PLATFORMS.md

zubairshahzadarain commented 6 months ago

is there any alternative way to deal to menu base cli interface devices

ktbyers commented 5 months ago

@zubairshahzadarain You can try the generic device_type and see if you can handle the interaction using this generic driver.

zubairshahzadarain commented 3 months ago

i have started to add #moxa vendor, but now only sshdetect is working .. will update soon

https://github.com/zubairshahzadarain/netmiko_adding_moxa_detection