How can I disable routing table resource from being monitored for 95% of my devices? Do I have to go one by one or there is a faster way for this?
br
To disable route tables being pulled completely, run the following query against your Orion DB:
DELETE FROM Pollers WHERE PollerType LIKE '%Ipv_RoutingTable'