gabstopper / smc-python

Forcepoint Security Management Center python library:(Moved to official Forcepoint repo)
https://github.com/Forcepoint/fp-NGFW-SMC-python
Apache License 2.0
29 stars 13 forks source link

routeVPN + tunnels #39

Open meandus opened 6 years ago

meandus commented 6 years ago

Hi David,

i saw in policy.tunnels capabilities to list all tunnels generated by SMC. i would like to do the same on RBVPN

image

for tunnel in rbvpn.tunnels: print(tunnel)

my goal is to disable useless tunnel (private to public, public to private) and change from active to standby

Thanks in advance

meandus commented 6 years ago

if you have any ideas, it should be appreciate :)

gabstopper commented 6 years ago

Hi Remy, Apologize for the delay. This is an area that is currently not exposed to the SMC API but let me verify, i'll come back asap.

gabstopper commented 6 years ago

Hi Remy, I have filed a feature request as this needs to be implemented on the SMC API side to be supported in smc-python. I will keep you updated.

ad1rie1 commented 5 years ago

Hello, see merge request #68