diff --git a/napalm/nxos/nxos.py b/napalm/nxos/nxos.py index 69b682656..39211bef8 100644 --- a/napalm/nxos/nxos.py +++ b/napalm/nxos/nxos.py @@ -805,7 +805,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)