cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1951
Views
5
Helpful
2
Replies

reset logoff s2s vpn on fmc/ftd

aegiacometti
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

Manoj Papisetty
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

Manoj Papisetty
Cisco Employee
Cisco Employee

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.

Perfect thank you! I had it working in a few minutes.