InsightSSG / Net-Manage

Net-Manage is a repository for storing re-usable functions and playbooks for automation.
MIT License
4 stars 2 forks source link

OUIs should not be downloaded when the web site is not reachable #500

Open ascension2020 opened 9 months ago

ascension2020 commented 9 months ago

The current behavior for CAM table collectors is to download the OUIs if the local copy is more than one week old. However, this causes a significant delay when the site is not reachable (I.e., when it's blocked by a firewall). We need to come up with a way to check whether it's reachable and to use the cached copy of OUIs if it is not.