From 6980f3a31e98b8749039e3d64bc385a1d521cb6a Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez <30461003+jonglezb@users.noreply.github.com> Date: Fri, 13 Jan 2023 01:59:11 +0100 Subject: [PATCH] dell: fix save_config for Dell Force10 / OS9 devices (#3070) --- netmiko/dell/dell_force10_ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netmiko/dell/dell_force10_ssh.py b/netmiko/dell/dell_force10_ssh.py index 9ce811f66..e91278680 100644 --- a/netmiko/dell/dell_force10_ssh.py +++ b/netmiko/dell/dell_force10_ssh.py @@ -7,7 +7,7 @@ class DellForce10SSH(CiscoSSHConnection): def save_config( self, - cmd: str = "copy running-configuration startup-configuration", + cmd: str = "write memory", confirm: bool = False, confirm_response: str = "", ) -> str: