-
Notifications
You must be signed in to change notification settings - Fork 25
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
post-login-banner not accepted #49
Comments
When I do
Moreover, I was able to remotely execute a command via
I think this means that pyFG somehow is sending the commands passed along with |
I suggest you opening an issue in https://github.com/spotify/pyfg as there isn't much we can do here. Closing the ticket, feel free to reopen if you feel there is something we could do. |
Now that I realized, try the following:
|
Does not work either. But I suspect it should be something like this. Also |
Maybe this is obsolete in the future, I started a rewrite based on the official FortiOS API (https://github.com/fortinet-solutions-cse/fortiosapi) instead of screenscraping. Let's see if I can pull all the needed stuff through API only. |
Hey awlx, any updates on that? |
Our company has a post-login-banner configured on the firewall for which you have to press 'a' to accept it and get a prompt. It is not accepted automatically but it's also not possible to manually accept the banner by doing a
execute_command('a')
.Did you follow the steps from https://github.com/napalm-automation/napalm#faq
Setup
napalm-fortios version
(Paste verbatim output from
pip freeze | grep napalm-fortios
between quotes below)FortiOS version
(Paste verbatim output from
get sys status
between quotes below)Steps to Reproduce the Issue
The text was updated successfully, but these errors were encountered: