05-17-2021 10:41 PM
Hello, I'm trying to find a way to programmatically reset/logoff a L2L VPN.
- I've checked FMC/FTD API and I could find any useful endpoint.
- I've checked Ansible modules, same result.
So I switched to SSH:
- I'm thinking of trying Netmiko, but it's not in the supported devices.
- pyATS ? genie? Paramiko?
Do you any idea on how I could achieve this task?
Solved! Go to Solution.
05-17-2021 10:49 PM
Paramiko is a definite option. I have used it along with SSH Client interaction from paramiko_expect. Works like a charm for FTD CLI commands automation.
05-17-2021 10:49 PM
Paramiko is a definite option. I have used it along with SSH Client interaction from paramiko_expect. Works like a charm for FTD CLI commands automation.
05-26-2021 01:16 AM
Perfect thank you! I had it working in a few minutes.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide