Vendor Names Not Appearing

Support questions about the MAC Track plugin

Moderators: Developers, Moderators

Post Reply
sbryant66
Posts: 8
Joined: Wed Mar 12, 2008 12:20 pm
Location: Reston, VA

Vendor Names Not Appearing

Post by sbryant66 »

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
User avatar
XTech
Cacti User
Posts: 59
Joined: Sat May 26, 2012 9:25 pm

Re: Vendor Names Not Appearing

Post by XTech »

IEEE occasionally changed format of oui.txt.
Open <mactrack>/lib/mactrack_functions.php and find line with:

Code: Select all

$vendor_mac = str_replace("-", ":", substr($row, 0, 8));
Change it to:

Code: Select all

$vendor_mac = str_replace("-", ":", substr($row, 2, 10));
Then, clear completely table mac_track_oui_database in your Cacti Database and refresh IEEE Vendor again.
sbryant66
Posts: 8
Joined: Wed Mar 12, 2008 12:20 pm
Location: Reston, VA

Re: Vendor Names Not Appearing

Post by sbryant66 »

Thanks Xtech, it worked perfectly!
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest