diff --git a/napalm/nxos/nxos.py b/napalm/nxos/nxos.py index 41e506846..963a8d208 100644 --- a/napalm/nxos/nxos.py +++ b/napalm/nxos/nxos.py @@ -804,7 +804,7 @@ def get_facts(self): facts["model"] = show_version.get("chassis_id", "") facts["hostname"] = show_version.get("host_name", "") facts["os_version"] = show_version.get( - "sys_ver_str", show_version.get("rr_sys_ver", "") + "sys_ver_str", show_version.get("kickstart_ver_str", "") ) uptime_days = show_version.get("kern_uptm_days", 0)