-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paloalto_panos and dedicated panorama log collector appliances #3387
Comments
@gittyjr What does the CLI of the panorama log collector look like? What happens if you type It is definitely possible/probably that the paloalto_panos device_type does not work with Panorama log-collector (since netmiko is expecting the behavior of the panos firewall). |
@ktbyers , It looks very similar to management panoramas and firewalls. the show admins is not a valid command on a log collector but is on the firewall and the management / hybrid panorama. |
If you need any other output from a log collector, please let me know. I have access to quite a few currently. |
@ktbyers , As mentioned above, the Is there a way to resolve this issue? Or are there any recommended alternatives for gathering this information? Thank you! |
@ktbyers I have run into this same issue, and I found a solution here (#2934) I tested it locally and is working for firewall and log collectors. Since log collectors don't support show admins, switching to a different command (show system info) works for both types of devices. Here is the PR link: #3535 |
Connecting to dedicated panorama log collector fails after the command "show admins" is attempted to be ran
Setup
Netmiko version
(Paste verbatim output from
pip freeze | grep netmiko
between quotes below)Netmiko device_type (if relevant to the issue)
(Paste
device_type
between quotes below)Steps to Reproduce the Issue
build a connection handler for a palo alto panorama log collector appliance ( I am using virtual appliances )
try to run any command (show clock for example)
Error Traceback
(Paste the complete traceback of the exception between quotes below)
Relevant Python code
(Please try to essentialize your Python code to the minimum code needed to reproduce the issue)
(Paste the code between the quotes below)
I am happy to test any suggestions. I've used terminal_server which has some interesting other quirks, but I would prefer to leverage the paloalto_panos handler. I have access to many different models of palo firewalls, as well as panorama management appliances as well as panorama dedicated log collectors.
The text was updated successfully, but these errors were encountered: