Hello,
I have created a pilot installation of NAV, currently handling 16 production switches. It seems that the cam table, holding the MAC addresses seen on the switches is growing very fast and holding large amounts of redundant information, in some cases up to 250 entries per MAC address. I am looking for ways to restrict the amount of history kept, as we only need to know which switch/port a MAC is on, rather than a full history of online/offline status changes.
This can of course be done by scripts, I was wondering though is there any relevant built-in functionality already present?
Thanks, Nik
On Tue, 14 Feb 2012 11:04:16 +0000 Nik Mitev nik@mitev.net wrote:
I am looking for ways to restrict the amount of history kept, as we only need to know which switch/port a MAC is on, rather than a full history of online/offline status changes.
This can of course be done by scripts, I was wondering though is there any relevant built-in functionality already present?
NAV comes with the navclean.py command, which can, among other things, remove cam and arp entries in the database based on age. For more info, check the output from "navclean.py -h".