diff --git a/netmiko/paloalto/paloalto_panos.py b/netmiko/paloalto/paloalto_panos.py index acbb08746..3bc544be1 100644 --- a/netmiko/paloalto/paloalto_panos.py +++ b/netmiko/paloalto/paloalto_panos.py @@ -78,8 +78,8 @@ def session_preparation(self) -> None: self.set_base_prompt() # PA devices can be really slow--try to make sure we are caught up - self.write_channel("show admins\n") - self._test_channel_read(pattern=r"Client") + self.write_channel("show system info\n") + self._test_channel_read(pattern=r"operational-mode") self._test_channel_read(pattern=r"[>#]") def find_prompt(