I recently upgraded from 2.0 to 2.9. Everything is working except for "Vendor Name" for the Mac Address tab. The vendor macs have been populated with the Tracking Utilities->Refresh IEEE Vendor...... It shows 4754 entries. Any patches or tweaks need to get the vendor name to appear? It worked under the 2.0 version and I have been searching the Plugins: (MAC Track) section for answers to this problem.
Thanks in advance
Steve
Vendor Names Not Appearing
Moderators: Developers, Moderators
Re: Vendor Names Not Appearing
IEEE occasionally changed format of oui.txt.
Open <mactrack>/lib/mactrack_functions.php and find line with:
Change it to:
Then, clear completely table mac_track_oui_database in your Cacti Database and refresh IEEE Vendor again.
Open <mactrack>/lib/mactrack_functions.php and find line with:
Code: Select all
$vendor_mac = str_replace("-", ":", substr($row, 0, 8));
Code: Select all
$vendor_mac = str_replace("-", ":", substr($row, 2, 10));
Re: Vendor Names Not Appearing
Thanks Xtech, it worked perfectly!
Who is online
Users browsing this forum: No registered users and 1 guest