Forum Discussion
Hi SomeGuy,
Can we check that the 200 subnets that you are referring to are source subnets from the 90 sites, right?
Just to better understand the context, would you share the reason(s) to bypass the selected traffic on Cato?
Thank you.
- SomeGuy4 months ago
Joining the Conversation
Some of the subnets can be found at: https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0060548
We're wanting to bypass Zoom meetings/phone/webinar/etc (as well as other similar services) from Cato because individuals are experiencing intermittent jitter/choppiness while doing voice/video calls on Cato. We're wanting to use an API to manage the bypass list because these subnets change over time and we'd preferred to lean on our scripts to keep the bypass list up to date.
- GianlucaUlivi16 days ago
Making Connections
Zoom is now a supported application to do destination bypass for:
For other massive bypass I was not able to find an API call to do it so I took the a different approach by running a python script that opens a Selenium WebDriver, loops a list of IP Addresses and for each of them writes it in the text box and press enter (equivalent of clicking "add"):
I do not have the script published at the moment as it's part of a larger "multi-tool" repo I have, but if needed I can move it to a dedicated git repo and share it.