We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a692f2 + 4ba6fd1 commit 06e8b42Copy full SHA for 06e8b42
netmiko/paloalto/paloalto_panos.py
@@ -78,8 +78,8 @@ def session_preparation(self) -> None:
78
self.set_base_prompt()
79
80
# PA devices can be really slow--try to make sure we are caught up
81
- self.write_channel("show admins\n")
82
- self._test_channel_read(pattern=r"Client")
+ self.write_channel("show system info\n")
+ self._test_channel_read(pattern=r"operational-mode")
83
self._test_channel_read(pattern=r"[>#]")
84
85
def find_prompt(
0 commit comments