This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

UDT vendors support

Hi community,

I have a question.

The module UDT has a document of support of the vendors? I ask this question because in my environment the 80% of devices are in Other Vendors:

I maked this quetion because in my enviroment the 80% of devices are in Other Vendors:

pastedImage_0.png

  • UDT detects endpoint vendor by MAC address. List of MAC to vendor matching you can find in MACPrefixes table in your database. In your case, such prefixes do not exist in this table. You can do a trick by entering them manually there. BTW, which vendors are not detected? Could you provide sample MAC addresses?

  • I agree with this assessment. The MAC vendor database is hopelessly out of date. When looking at the Port Details widget, UDT has no idea what most of my systems are, so I have started entering them into the database through SQL. I have added 57 Cisco prefixes for phones, APs, and voice gateways, and as well as one for Sony cameras. What I'd really like is to figure out how to then modify the graphic that comes up with an appropriate graphic like the work Cisco over a phone, Cisco over an AP, a camera in the case of Sony), a laptop, etc.

  • I was thinking of doing this, but wasn't sure if it will cause issues adding records the database table.

  • What I was told by support is that you can overwrite their entries and add your own. However, they may disappear when next upgrade, so it would be best to keep your SQL available for later in case you need to modify the database again.

    The only downside I see is that you do not get control over the little graphic on the Port Details widget. If you add a device and say that the vendor is of the same name as an existing graphic, you get the graphic. Otherwise you just get the default graphic. However, for me, most of the missing are Cisco, so that graphic is already there, though I'd much prefer to modify and have a pic of a phone or AP with the Cisco logo for even faster visual recognition.

  • Here was my list from mostly Cisco equipment.

    INSERT INTO [MacPrefixes] VALUES ('0059DC','CISCO ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('AC44F2','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('382056','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('046273','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('DCCEC1','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('38ED18','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('AC7E8A','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('046273','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('006CBC','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('1CDEA7','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('E0899D','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('9C57AD','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('7C0ECE','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('2CD02D','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('005F86','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('286F7F','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('A0E0AF','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('1C6A7A','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('F87B20','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('346F90','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('94D469','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('00F82C','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('C444A0','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('00C1B1','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('00A3D1','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('70DB98','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('00A38E','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('2C3311','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('A0ECF9','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('D46D50','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('AC9B0A','Sony Camera ADDED','Sony');

    INSERT INTO [MacPrefixes] VALUES ('F44E05','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('00A289','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('84B517','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('80E01D','CISCO VG ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('A89D21','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('0029C2','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('EC1D8B','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('042AE2','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('006BF1','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('002A10','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('A03D6F','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('CC167E','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('B07D47','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('881DFC','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('DCEB94','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('00F663','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('00B0E1','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('C4B9CD','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('2C3124','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('E00EDA','CISCO AP ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('CC8E71','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('0CD0F8','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('002790','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('2C0BE9','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('285261','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('F8A5C5','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('CC9891','CISCO Phone ADDED','Cisco');

    INSERT INTO [MacPrefixes] VALUES ('B808CF','Custom ADDED','Intel-Lenovo');