smc-python icon indicating copy to clipboard operation
smc-python copied to clipboard

routeVPN + tunnels

Open meandus opened this issue 7 years ago • 4 comments

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 avatar Oct 23 '18 08:10 meandus

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

meandus avatar Oct 26 '18 15:10 meandus

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 avatar Oct 30 '18 16:10 gabstopper

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.

gabstopper avatar Nov 03 '18 14:11 gabstopper

Hello, see merge request #68

ad1rie1 avatar Jul 30 '19 08:07 ad1rie1