diff --git a/netmiko/ssh_dispatcher.py b/netmiko/ssh_dispatcher.py index e3aaf4cbe..16d8dd1ff 100755 --- a/netmiko/ssh_dispatcher.py +++ b/netmiko/ssh_dispatcher.py @@ -172,6 +172,7 @@ "cisco_xr": CiscoXrSSH, "cloudgenix_ion": CloudGenixIonSSH, "coriant": CoriantSSH, + "dell_fnioa": DellForce10SSH, "dell_dnos9": DellForce10SSH, "dell_force10": DellForce10SSH, "dell_os6": DellDNOS6SSH,