Adding a new MAC Vendor to macvendor table To insert mac value in macvendor table: insert into system.macvendor(prefix, vendor,hi, lo) values ('90:6C:AC','ARUBA NETWORKS', -1, -1); Once done, import a macvendor pattern with expression set to ‘ARUBA NETWORKS’ (vendor name that you inserted with above sql) along with other profiling attributes. Example: <patterns xmlns="urn:lumeta:pattern:6.0" user-provided="true" version="3.2.7.10623"> <pattern priority="10000"> <source>macvendor</source> <expression>ARUBA NETWORKS</expression> <attributes> <attribute type="Model" confidence="69">(Aruba Networks)</attribute> <attribute type="OS" confidence="69">(Aruba Networks)</attribute> <attribute type="DeviceType" confidence="83">Firewall</attribute> <attribute type="Version" confidence="69">(Aruba Networks)</attribute> <attribute type="Vendor" confidence="83">Aruba Networks</attribute> </attributes> </pattern> </patterns> |